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
vinogradoff
changed the title
JUnit5 - the test case is not included in report if it fails in @BeforeAll method
JUnit5 - the test case is not included in report if it fails or skips (assume) in @BeforeAll method
Nov 11, 2019
Reproduction:
https://github.com/vinogradoff/allure-maven-junit5-example
BeforeAllTest cases is missing in the report
Analysis:
The *.json for the test is missing in allure-results folder
https://github.com/allure-framework/allure-java/blob/master/allure-junit-platform/src/main/java/io/qameta/allure/junitplatform/AllureJunitPlatform.java#L163
This line exits because the type is not TEST, but CONTAINER.
The text was updated successfully, but these errors were encountered: