Is it possible to record a video only for the last retry if a previous failure happend? #26629
Unanswered
rafawalter
asked this question in
Questions and Help
Replies: 0 comments
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.
-
Recording videos is very useful for resolving failed tests.
Still, they are heavy on disk and processor.
Is it possible to configure Cypress so it records videos only for the last retry if a previous failure happend in the same test?
Maybe changing the video config based on the current attempt counter...
https://docs.cypress.io/guides/guides/test-retries#Can-I-access-the-current-attempt-counter-from-the-test
Beta Was this translation helpful? Give feedback.
All reactions