Allure not showing Junit5 ignored test
[ ] bug report
What is the current behavior?
If before all the fails the subsequent test is ignored. Allure fails to capture these ignored cases and only shows the main class name as failed in reports.
What is the expected behavior?
The ignored test should be included either as failed or ignore.
What is the motivation / use case for changing the behavior?
Due to this the count of the number of tests executed by in allure is inconsistent. causing confusion.
E.g one run we have 120 cases and other we have only 100 are 20 were not captured as before all for a set of the test failed
Please tell us about your environment:
| Allure version |
2.13.1 |
| Test framework |
junit5@2.10.0< |
| Allure integration |
junit5@2.13.1 |
| Generate report using |
allure-maven@2.10.0 |
Other information
//: # (

)
Allure not showing Junit5 ignored test
[ ] bug report
What is the current behavior?
If before all the fails the subsequent test is ignored. Allure fails to capture these ignored cases and only shows the main class name as failed in reports.
What is the expected behavior?
The ignored test should be included either as failed or ignore.
What is the motivation / use case for changing the behavior?
Due to this the count of the number of tests executed by in allure is inconsistent. causing confusion.
E.g one run we have 120 cases and other we have only 100 are 20 were not captured as before all for a set of the test failed
Please tell us about your environment:
Other information
//: # (

)