You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Enhanced Rerun Options for Test Runs
Problem Description
Currently, the rerun options in Testomatio are limited to predefined choices:
Relaunch Failed on CI
Relaunch All on CI
Relaunch Manually
Launch a Copy Manually
These options do not cater to the following use cases:
The need to selectively rerun specific tests (e.g., passed, skipped, failed, or tests without a status).
The inability to provide new inputs or modify automated test run configurations before triggering a rerun.
Handling situations where test results remain in a pending state due to CI failures, resulting in a dead end with no possibility of rerunning.
The lack of flexible rerun options for manual test runs.
Proposed Solution
Checkbox Selection for Rerun
Add checkboxes next to each test in a test run (similar to the checkboxes available on the "Test Runs" page or the "Tests" page). They should be available on each filtered view for better UX
Allow users to select individual tests for rerun.
Enhanced Rerun Popup with Configurable Options
Once tests are selected, provide a "Rerun" button that opens a popup with the following options:
Rerun as a Copy: Create a new test run containing only the selected tests. The new test run should be placed alongside the original in the same folder.
Rerun in Place: Rerun the tests within the existing test run ID.
Input Configuration: Allow users to view and modify inputs for the rerun (e.g., environment, CI configuration, etc.).
Default inputs should mirror those used in the original run.
Enable users to update inputs if necessary before rerunning.
Support for All Test Statuses
Ensure that rerun functionality supports tests in all statuses (passed, skipped, failed, pending or without status).
Manual Test Runs
Extend the "Choose to Rerun" functionality to manual test runs, allowing similar flexibility in selecting and rerunning tests.
Additional Benefits
Users can customize reruns to better align with their workflows.
Simplifies workflows for handling CI failures and manual test reruns.
Reduces the need for repetitive test runs or manual setup when rerunning tests.
Let me know if further refinement is needed or if you'd like me to expand on specific aspects!
Current UI
The text was updated successfully, but these errors were encountered:
Feature Request: Enhanced Rerun Options for Test Runs
Problem Description
Currently, the rerun options in Testomatio are limited to predefined choices:
These options do not cater to the following use cases:
pending
state due to CI failures, resulting in a dead end with no possibility of rerunning.Proposed Solution
Enhanced Rerun Popup with Configurable Options
Once tests are selected, provide a "Rerun" button that opens a popup with the following options:
Input Configuration: Allow users to view and modify inputs for the rerun (e.g., environment, CI configuration, etc.).
Support for All Test Statuses
Manual Test Runs
Additional Benefits
Let me know if further refinement is needed or if you'd like me to expand on specific aspects!
Current UI
The text was updated successfully, but these errors were encountered: