cypress-allure-plugin
cypress-allure-plugin copied to clipboard
Failure in beforeEach halfway during test reports passed tests as skipped
Describe the bug When a beforeEach fails during a suite the remaining tests are skipped. However the allure report says all but the first test have been skipped, even though some had passed
To Reproduce Steps to reproduce the behavior:
- Have beforeEach fail during a test in the middle of your suite
- View allure report
Expected behavior Passed tests report as passed, skipped as skipped
Environment (please complete the following information):
- Cypress version: 7.7.0
- Allure plugin version: 2.26.2
Screenshots
From video recording
Allure report