We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: only the latest version is supported
All tests in a group shall be executed before another @BeforeGroups is called.
Some tests in a group are executed, and the before groups method gets called in the middle of the execution of a different group.
Please, share the test case (as small as possible) which shows the issue
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered:
@schroeca Can you please share a sample project that can be used to reproduce the problem?
Sorry, something went wrong.
No response from user. Closing this issue.
No branches or pull requests
TestNG Version
Expected behavior
All tests in a group shall be executed before another @BeforeGroups is called.
Actual behavior
Some tests in a group are executed, and the before groups method gets called in the middle of the execution of a different group.
Is the issue reproducible on runner?
Test case sample
Contribution guidelines
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered: