You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allure-results gets generated if the test fails in it block or after or afterEach
allure-results folder is empty if the test fails in before or beforeEach
Tried to switch to [email protected] since with the example spec mentioned above with [email protected] it gets stuck and never reports a failure with the below error message.
Tried updating to the @3.0.0-beta.10 version, the issue is still reproducible with the original example spec. No allure results generated for a test that fails in before hooks.
Describe the bug
If the cypress tests fail in the
before
orbeforeEach
block, they are not being reported in the allure-results.To Reproduce
When the test passes we get 2 files under allure-results
and when the test fails in
before
orbeforEach
block theallure-results
folder is emptyExpected behavior
Test failures in test hooks should be available in allure-results and reports.
Desktop (please complete the following information):
Mac OS Sonoma 14.5
Chrome
,Electron
[email protected]
and[email protected]
Additional context
allure-results
gets generated if the test fails init
block orafter
orafterEach
allure-results
folder is empty if the test fails inbefore
orbeforeEach
Tried to switch to
[email protected]
since with the example spec mentioned above with[email protected]
it gets stuck and never reports a failure with the below error message.Right now, we can't use the
[email protected]
version due to below issue(from screenshot) and can't use[email protected]
due to the current issue and #1070The text was updated successfully, but these errors were encountered: