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
[v.3.0.2][allure-jest][allure-js-commons] The autotest is displayed as skipped in Allure report when it fails in the beforeEach or beforeAll fixture
#1185
Open
lifanov-rza opened this issue
Nov 5, 2024
· 0 comments
Describe the bug
The autotest is displayed as skipped in Allure report when it fails in the beforeEach or beforeAll fixture
To Reproduce
Steps to reproduce the behavior:
expect(1).toStrictEqual(2);
in beforeAll or beforeEach hookExpected behavior
The test is displayed as failed
Screenshots
The text was updated successfully, but these errors were encountered: