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 tests locally, for instance, via devtools protocol they often run so fast you can't realise what's actually happening in the test.
Describe the solution you'd like
To add something like --throttle parameter which takes amount of ms to wait before running each command in the test. This'd allow to watch the test run in "slow motion".
Describe the drawbacks of your solution
One may accidentally commit this throttling to main branch/CI
Describe alternatives you've considered
Recording videos, recording snapshots of test all solve similar issue, but the difference is that you can view them only the test has already ended. This feature allows to watch it live.
The text was updated successfully, but these errors were encountered:
Contribution
Describe the user story
When running tests locally, for instance, via devtools protocol they often run so fast you can't realise what's actually happening in the test.
Describe the solution you'd like
To add something like
--throttle
parameter which takes amount of ms to wait before running each command in the test. This'd allow to watch the test run in "slow motion".Describe the drawbacks of your solution
One may accidentally commit this throttling to main branch/CI
Describe alternatives you've considered
Recording videos, recording snapshots of test all solve similar issue, but the difference is that you can view them only the test has already ended. This feature allows to watch it live.
The text was updated successfully, but these errors were encountered: