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
public class LabelsTest {
@Test
public void method_name() {
Allure.epic("Epic");
Allure.story("Story");
Allure.suite("Suite");
Allure.feature("Feature");
}
}
Test Allure displays both the suite and the package in the Suite view
If I set the Allure Suite metadata, why is the report also including the package and showing a duplicate of the test ?
What Allure Integration are you using?
allure-junit5
What version of Allure Integration you are using?
2.26.0
What version of Allure Report you are using?
2.27.0
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
I don't understand why #1004 was rejected.
in my test I have :
Test Allure displays both the suite and the package in the Suite view
If I set the Allure Suite metadata, why is the report also including the package and showing a duplicate of the test ?
What Allure Integration are you using?
allure-junit5
What version of Allure Integration you are using?
2.26.0
What version of Allure Report you are using?
2.27.0
Code of Conduct
The text was updated successfully, but these errors were encountered: