Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tests): run e2e tests in parallel #90

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lt-mayonesa
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Aug 19, 2024

Unit Tests

275 tests  ±0   275 ✅ ±0   1s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 17a7f12. ± Comparison against base commit 0dbbf67.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 19, 2024

E2E Tests Python3.11

150 tests   - 5   140 ✅  - 15   28s ⏱️ -53s
  1 suites ±0     0 💤 ± 0 
  1 files   ±0     9 ❌ + 9   1 🔥 +1 

For more details on these failures and errors, see this check.

Results for commit 17a7f12. ± Comparison against base commit 0dbbf67.

This pull request removes 6 and adds 1 tests. Note that renamed tests count towards both.
tests_e2e.__specs.update_cli ‑ test_cli_not_updated_if_no_pending_changes
tests_e2e.__specs.update_cli ‑ test_cli_updated_if_pending_changes
tests_e2e.__specs.update_cli ‑ test_cli_updates_fail_silently_if_not_in_a_git_repository
tests_e2e.__specs.update_cli ‑ test_dont_update_when_no_changes_on_current_branch
tests_e2e.__specs.update_cli ‑ test_update_when_changes_on_current_branch
tests_e2e.__specs.ux_create_tool_and_execute ‑ test_creates_a_python_tool_and_executes_it
tests_e2e.__specs.update_cli

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 19, 2024

E2E Tests Python3.9

150 tests   - 5   140 ✅  - 15   30s ⏱️ - 1m 3s
  1 suites ±0     0 💤 ± 0 
  1 files   ±0     9 ❌ + 9   1 🔥 +1 

For more details on these failures and errors, see this check.

Results for commit 17a7f12. ± Comparison against base commit 0dbbf67.

This pull request removes 6 and adds 1 tests. Note that renamed tests count towards both.
tests_e2e.__specs.update_cli ‑ test_cli_not_updated_if_no_pending_changes
tests_e2e.__specs.update_cli ‑ test_cli_updated_if_pending_changes
tests_e2e.__specs.update_cli ‑ test_cli_updates_fail_silently_if_not_in_a_git_repository
tests_e2e.__specs.update_cli ‑ test_dont_update_when_no_changes_on_current_branch
tests_e2e.__specs.update_cli ‑ test_update_when_changes_on_current_branch
tests_e2e.__specs.ux_create_tool_and_execute ‑ test_creates_a_python_tool_and_executes_it
tests_e2e.__specs.update_cli

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 19, 2024

E2E Tests Python3.10

150 tests   - 5   140 ✅  - 15   31s ⏱️ -51s
  1 suites ±0     0 💤 ± 0 
  1 files   ±0     9 ❌ + 9   1 🔥 +1 

For more details on these failures and errors, see this check.

Results for commit 17a7f12. ± Comparison against base commit 0dbbf67.

This pull request removes 6 and adds 1 tests. Note that renamed tests count towards both.
tests_e2e.__specs.update_cli ‑ test_cli_not_updated_if_no_pending_changes
tests_e2e.__specs.update_cli ‑ test_cli_updated_if_pending_changes
tests_e2e.__specs.update_cli ‑ test_cli_updates_fail_silently_if_not_in_a_git_repository
tests_e2e.__specs.update_cli ‑ test_dont_update_when_no_changes_on_current_branch
tests_e2e.__specs.update_cli ‑ test_update_when_changes_on_current_branch
tests_e2e.__specs.ux_create_tool_and_execute ‑ test_creates_a_python_tool_and_executes_it
tests_e2e.__specs.update_cli

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 19, 2024

E2E Tests Python3.12

27 tests   - 128    0 ✅  - 155   1s ⏱️ - 1m 25s
 1 suites ±  0    0 💤 ±  0 
 1 files   ±  0    0 ❌ ±  0   27 🔥 +27 

For more details on these errors, see this check.

Results for commit 17a7f12. ± Comparison against base commit 0dbbf67.

This pull request removes 155 and adds 27 tests. Note that renamed tests count towards both.
tests_e2e.__specs.create_new_tool ‑ test_create_new_open_link_tool
tests_e2e.__specs.create_new_tool ‑ test_create_new_python_module_tool
tests_e2e.__specs.create_new_tool ‑ test_create_tool_creates_custom_tools_dir
tests_e2e.__specs.default_argument_values ‑ test_show_default_for_enum_value
tests_e2e.__specs.default_argument_values ‑ test_show_default_for_multiselect_enum_value
tests_e2e.__specs.default_argument_values ‑ test_show_default_when_arg_has_default
tests_e2e.__specs.default_argument_values ‑ test_show_default_when_arg_has_prompt_default
tests_e2e.__specs.execute_again ‑ test_WHEN_command_with_no_alias_THEN_execute_again_is_shown_partially
tests_e2e.__specs.execute_again ‑ test_WHEN_group_tool_command_is_executed_THEN_execute_again_is_shown
tests_e2e.__specs.execute_again ‑ test_WHEN_no_prompts_are_shown_THEN_execute_again_is_hidden
…
tests_e2e.__specs.create_new_tool
tests_e2e.__specs.default_argument_values
tests_e2e.__specs.execute_again
tests_e2e.__specs.execute_tool
tests_e2e.__specs.execute_tool_2
tests_e2e.__specs.execute_tool_group
tests_e2e.__specs.execute_tool_relative_to_paths
tests_e2e.__specs.execute_tool_with_args
tests_e2e.__specs.i18n
tests_e2e.__specs.install_cli
…

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant