Flaky tests
#225
Replies: 1 comment
-
Hi @weeknd05 ,
When I was testing that 2 years ago it was not working, as flaky/new issue/etc status details icons were handled on allure generate step and my status details were overwritten. Not sure this changed, but worth re-testing again.
Kind of. There are event listeners for mocha and cypress events which trigger allure reporter methods internally. However you can just subscribe to that events in your code as they are exposed by Cypress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to mark a test as flaky(not the tag, it has to be statusDetail)? Also is there any event listener or bus listener withing the cypress-allure plugin?
Beta Was this translation helpful? Give feedback.
All reactions