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:
- Add
expect(1).toStrictEqual(2); in beforeAll or beforeEach hook
- Run test
- Check allure report
Expected behavior
The test is displayed as failed
Screenshots

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
