The ability to set slowTestThreshold per tag #10118
will-stone
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
I think, this is a good idea 👍 Feel free to make a feature request/PR |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our test pack we have some tests that we expect to be slow. It'd be great to be able to set the
slowTestThresholdvalue per tag, that way we could tag the slow tests as"slow"and not affect us missing regular tests slowing down.e.g. we currently have it set to
1000, but if every other test started clocking up to 900, then in aggregate we'd have a slow test suite, and these tests would go under the radar.Keep up the good work! Love the project 🥳
Beta Was this translation helpful? Give feedback.
All reactions