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

a JSON report is generated only for one JGiven Test Scenario #115

Closed
adrian-herscu opened this issue Sep 6, 2015 · 2 comments
Closed

a JSON report is generated only for one JGiven Test Scenario #115

adrian-herscu opened this issue Sep 6, 2015 · 2 comments
Assignees
Milestone

Comments

@adrian-herscu
Copy link

Given multiple JGiven Test Scenario classes based on TestNG
When running tests using Maven Surefire
Then a JSON report is generated only for one JGiven Test Scenario

As side note, same happens when I am running the tests programmatically like this:

final TestNG testng = new TestNG();
testng.setTestClasses(new Class[] { testClass1, testClass2, ... });
testng.addListener(new TestListenerAdapter());
testng.run();
@janschaefer janschaefer added this to the 0.8.1 milestone Sep 6, 2015
@janschaefer
Copy link
Contributor

Yes, admittedly, TestNG is not as well tested as JUnit. The defect will be fixed with the fix of #105

@janschaefer janschaefer self-assigned this Sep 6, 2015
@janschaefer
Copy link
Contributor

Thanks for your feedback btw!

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