You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: