-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Test burn-in for Cypress Cloud #25503
Comments
@muratkeremozcan thanks for adding this! We are actively working on this now. I have a couple questions (and, apologies if someone on my team previously asked you some of these):
|
|
What would you like?
Test burn-in is something that used to be advertised over a year ago as "Coming soon" but it fell off the radar.
We want to ensure that new or edited tests are ran repeatedly to ensure flake-free, stateless, order independent tests.
Why is this needed?
Using Cypress at scale, our biggest point is low quality tests that make their way into main, which end up being flakey and consume maintenance time later.
We want to ensure that any new or edited tests are ran repeatedly to ensure flake-free, stateless, order independent tests.
Handling low-quality tests up front as opposed to having to maintain them later will reduce overall bandwidth we have to invest in testing.
Other
We have manual test burn-in triggers at the moment, but since they're not a part of PRs, they are opt-in and do not get used.
The text was updated successfully, but these errors were encountered: