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
When we run tests, any test which fails due to an AssertionError is reported in Allure in red, as a failing test. Any other thrown Error is reported as a broken test, in yellow.
While this functionality works as expected in sequential mode, failed tests are reported as broken tests (in yellow) when run in parallel.
Describe the bug
When we run tests, any test which fails due to an AssertionError is reported in Allure in red, as a failing test. Any other thrown Error is reported as a broken test, in yellow.
While this functionality works as expected in sequential mode, failed tests are reported as broken tests (in yellow) when run in parallel.
To Reproduce
Steps to reproduce the behavior:
The example has us run tests in sequential mode as well as parallel mode. The README also has screenshots which show the issue.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Environment (please complete the following information):
| Allure version | 2.9.0 | (not sure what this is - see below for details)
| --- | --- |
| Test framework | [email protected] | [email protected]
| Allure adaptor | [email protected] | [email protected]
| Generate report using | [email protected] |
Additional context
The text was updated successfully, but these errors were encountered: