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
As a user, I want to be able to run a group of tests
in parallel and have a way to monitor the status of this group of runs
and fail a process based on the collective results of the group of runs.
Needs:
ability to logically group a set of test runs, such as tagging them or having a group run id.
Tests & test suites runs would need ability to be marked as being part of the group when run from the CLI or a CI/CD process such as Github Actions.
ability to call an API to check the status of the group. What test runs are part of it, details about each one including the run state and completion states.
a CLI command to watch a group of test runs, returning a pass or fail once they have all completed.
a UI in the app that allows you to look at this list of test runs, see the running and completion status, etc.
when looking at individual test runs, there should be an indication that a run was part of a group of runs with a link to inspect the group.
when running from CI/CD process we may want to use the github action id to group the tests automatically?
The text was updated successfully, but these errors were encountered:
As a user, I want to be able to run a group of tests
in parallel and have a way to monitor the status of this group of runs
and fail a process based on the collective results of the group of runs.
Needs:
The text was updated successfully, but these errors were encountered: