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
Currently we can not re-run a test multiple times in order to stress a piece of code.
Suggested solution
Like the it.only and it.skip methods, we could have an it.repeats modifier to allow for a specific test to be ran multiple times in order to get an average execution time.
Clear and concise description of the problem
Currently we can not re-run a test multiple times in order to stress a piece of code.
Suggested solution
Like the
it.only
andit.skip
methods, we could have anit.repeats
modifier to allow for a specific test to be ran multiple times in order to get an average execution time.Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: