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
When running a test again do not stop at previously selected action
Example
I run the test and select an action.
I run the test again and the preview does not stop at the action but follows the test until the end.
Motivation
When running a test the first time I select an action in the action list to look at the state/screenshot (see the blue highlight).
Then I fix my code and run the test again. This time the preview will stop at the action I selected on the last run (see the grey highlight).
I assume that this is by design. But for this is not working well because I might look at some action which failed in the first run. But when I fix my code and run the test again I dont want the preview to be stuck at the old position, but instead I want to follow the preview through the whole run of the test.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
When running a test again do not stop at previously selected action
Example
I run the test and select an action.
I run the test again and the preview does not stop at the action but follows the test until the end.
Motivation
When running a test the first time I select an action in the action list to look at the state/screenshot (see the blue highlight).
Then I fix my code and run the test again. This time the preview will stop at the action I selected on the last run (see the grey highlight).
I assume that this is by design. But for this is not working well because I might look at some action which failed in the first run. But when I fix my code and run the test again I dont want the preview to be stuck at the old position, but instead I want to follow the preview through the whole run of the test.
The text was updated successfully, but these errors were encountered: