Skip to content

Commit

Permalink
Mosip testrunner update
Browse files Browse the repository at this point in the history
Signed-off-by: Sohan Kumar Dey <[email protected]>
  • Loading branch information
Sohandey committed Oct 21, 2024
1 parent c6eb446 commit 7f15f20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public static void startTestRunner() {
TestNG runner = new TestNG();
List<String> suitefiles = new ArrayList<>();

BaseTestCase.setReportName("auth");
if (file.getName().toLowerCase().contains("auth")) {
if (file.getName().toLowerCase().contains("prerequisite")) {
BaseTestCase.setReportName("auth-prerequisite");
Expand Down

0 comments on commit 7f15f20

Please sign in to comment.