Skip to content

Commit

Permalink
Merge pull request #1367 from nandhu-kumar/develop
Browse files Browse the repository at this point in the history
MOSIP-36505 | Fix for report not being generated in auth
  • Loading branch information
ckm007 authored Oct 25, 2024
2 parents 493fb17 + 485346b commit f5f9c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public static void startTestRunner() {
}
suitefiles.add(file.getAbsolutePath());
runner.setTestSuites(suitefiles);
System.getProperties().setProperty("testng.output.dir", "testng-report");
System.getProperties().setProperty("testng.outpur.dir", "testng-report");
runner.setOutputDirectory("testng-report");
runner.run();
}
Expand Down

0 comments on commit f5f9c7b

Please sign in to comment.