allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
342 stars 219 forks source link

🐞[JUnit5] [Selenide] Allure report doesn't show report when run test in parallel #972

Open teoke1234 opened 8 months ago

teoke1234 commented 8 months ago

What happened?

Repo : https://github.com/teoke1234/AllureDoesntShowReport.git

Allure dependence uses in Pom.xml : allure-selenide, allure-junit5

When run 4 test in parallel with concurrently by 2 image

Allure Report Execution don't show details Showing : No information about test execution is available. image image

When don't run concurrently, report is showing properly With 2 testcases run concurrently only 1 show test execution details, another only doesn't show. With 3 testcases run concurrently only 1 show test execution details, 2 another only doesn't show.

Settings run in parallel in : junit-platform.properties image

What Allure Integration are you using?

allure-junit5

What version of Allure Integration you are using?

2.24

What version of Allure Report you are using?

2.24

Code of Conduct