Skip to content

Commit

Permalink
Merge pull request #113 from neeharikatech/1.2.0.1
Browse files Browse the repository at this point in the history
kernel
  • Loading branch information
neeharikatech authored Sep 22, 2022
2 parents dce80ef + 8624ad8 commit 891c372
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 229 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import org.testng.Reporter;
import org.testng.TestNG;

import io.mosip.kernel.util.ConfigManager;
import io.mosip.service.BaseTestCase;

public class TestRunner {
Expand All @@ -28,6 +29,7 @@ public static void main(String[] args) {
BaseTestCase.ApplnURI=System.getProperty("env.endpoint");
BaseTestCase.testLevel=System.getProperty("env.testLevel");
BaseTestCase.languageList=Arrays.asList(System.getProperty("env.langcode").split(","));
ConfigManager.init();
BaseTestCase.initialize();

startTestRunner();
Expand Down
Loading

0 comments on commit 891c372

Please sign in to comment.