Skip to content
New issue

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

Group execution interrupted by another group #3133

Closed
6 tasks
schroeca opened this issue Jun 4, 2024 · 2 comments
Closed
6 tasks

Group execution interrupted by another group #3133

schroeca opened this issue Jun 4, 2024 · 2 comments

Comments

@schroeca
Copy link

schroeca commented Jun 4, 2024

TestNG Version

Note: only the latest version is supported

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?

  • Shell
  • [x ] Maven
  • Gradle
  • Ant
  • Eclipse
  • IntelliJ
  • NetBeans

Test case sample

Please, share the test case (as small as possible) which shows the issue

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.

@krmahadevan
Copy link
Member

@schroeca Can you please share a sample project that can be used to reproduce the problem?

@krmahadevan
Copy link
Member

No response from user. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants