SetUp section of random test contains @BeforeMethod for other threads if tests have been run in parallel #219
Labels
theme:testng
TestNG related issue
type:bug
Something isn't working
work:backlog
No work on this issue at the moment
I'm submitting a ...
What is the current behavior?
If I run tests in parallel with "mvn clean test allure:serve", Set Up section of an allure report contains @BeforeMethod calls of another test, and Set Up section of other tests doesn't contain "BeforeSuite" calls sometimes
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
just run "mvn clean test allure:serve" several times.
What is the expected behavior?
Calls of @BeforeSuite/@BeforeMethod etc. of each test/thread are nested under a test they are related to.
What is the motivation / use case for changing the behavior?
Properly work of Allure
Please tell us about your environment:
Other information
link to demo repo: https://bitbucket.org/ilia_tadzhibaev/testng-allure-parallel/
The text was updated successfully, but these errors were encountered: