Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement throttling of test commands #952

Open
1 task
shadowusr opened this issue Jun 18, 2024 · 0 comments
Open
1 task

Implement throttling of test commands #952

shadowusr opened this issue Jun 18, 2024 · 0 comments

Comments

@shadowusr
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant