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
Expected behavior
Test should be marked as broken (yellow color), since it has broken step within it's lifecycle.
It is confusing that broken test is shown the same as tests disabled by technical reasons or disabled due to specific environment conditions
Description
Failed in preconditions jest test is marked as skipped within allure report
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test should be marked as broken (yellow color), since it has broken step within it's lifecycle.
It is confusing that broken test is shown the same as tests disabled by technical reasons or disabled due to specific environment conditions
console log
` FAIL test/bug.test.ts
✕ new test (1 ms)
● new test
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 0 total
Time: 0.268 s, estimated 1 s
Ran all test suites.
`
Screenshot
The text was updated successfully, but these errors were encountered: