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
Scenario
Given we have a workflow that has Failed in CircleCI
When I click Rerun workflow from start under actions on my pipeline
Then I expect the workflow to begin from beginning with no state persisting from the previous run
Actual result
Instead of running all tests again, only failed tests are rerun. We get No specs was found... in the console. See attached screenshot.
When rerunning a failed workflow in CircleCI only failed tests are rerun.
Expected workflow to run all tests as if it were a new workflow.
The text was updated successfully, but these errors were encountered: