allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
341 stars 218 forks source link

🐞: [JUnit5] - parentSuite & subSuite metadata are missing #1052

Open harmin-parra opened 1 month ago

harmin-parra commented 1 month ago

What happened?

Other Allure integrations like Cucumber-JVM, Python/Pytest, Python/Behave, Playwright, Cucumber-js, etc. have the parentSuite and subSuite metadata.

These two metadata are missing in the Allure JUnit5 integration.

What Allure Integration are you using?

allure-junit5

What version of Allure Integration you are using?

2.27.0

What version of Allure Report you are using?

2.29.0

Code of Conduct