diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 00000000..a112f428 --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,7 @@ + + + com.lambdatest + ext + 0.16 + + \ No newline at end of file diff --git a/hyperexecute.exe b/hyperexecute.exe new file mode 100644 index 00000000..0963b306 Binary files /dev/null and b/hyperexecute.exe differ diff --git a/yaml/linux/v1/testng_hyperexecute_autosplit_sample.yaml b/yaml/linux/v1/testng_hyperexecute_autosplit_sample.yaml index a1718242..cf25cf33 100644 --- a/yaml/linux/v1/testng_hyperexecute_autosplit_sample.yaml +++ b/yaml/linux/v1/testng_hyperexecute_autosplit_sample.yaml @@ -18,7 +18,7 @@ pre: testDiscovery: type: raw - mode: static + mode: dynamic command: grep 'test name' xml/testng_linux.xml | awk '{print$2}' | sed 's/name=//g' | sed 's/>//g' testRunnerCommand: mvn test -Dplatname=linux -Dmaven.repo.local=./.m2 dependency:resolve -DselectedTests=$test diff --git a/yaml/linux/v2/testng_hyperexecute_autosplit_sample.yaml b/yaml/linux/v2/testng_hyperexecute_autosplit_sample.yaml index 5e2a284e..80a22469 100644 --- a/yaml/linux/v2/testng_hyperexecute_autosplit_sample.yaml +++ b/yaml/linux/v2/testng_hyperexecute_autosplit_sample.yaml @@ -18,6 +18,8 @@ framework: flags: - "-Dplatname=linux" - "--file=pom02.xml" + discoveryType: method + discoveryMode: remote retryOnFailure: true maxRetries: 1 diff --git a/yaml/mac/v2/testng_hyperexecute_autosplit_sample.yaml b/yaml/mac/v2/testng_hyperexecute_autosplit_sample.yaml index 4b8cba41..826d6733 100644 --- a/yaml/mac/v2/testng_hyperexecute_autosplit_sample.yaml +++ b/yaml/mac/v2/testng_hyperexecute_autosplit_sample.yaml @@ -18,6 +18,8 @@ framework: flags: - "-Dplatname=mac" - "--file=pom02.xml" + discoveryType: method + discoveryMode: remote retryOnFailure: true maxRetries: 1 diff --git a/yaml/testng_hyperexecute_hybrid_sample.yaml b/yaml/testng_hyperexecute_hybrid_sample.yaml index 4ca385ea..1a299a07 100644 --- a/yaml/testng_hyperexecute_hybrid_sample.yaml +++ b/yaml/testng_hyperexecute_hybrid_sample.yaml @@ -35,7 +35,7 @@ testDiscovery: grep 'test name' xml/testng_linux.xml | awk '{print$2}' | sed 's/name=//g' | sed 's/\x3e//g' pre: - - mvn -Dmaven.repo.local=./.m2 dependency:resolve + - mvn dependency:resolve linuxTestRunnerCommand: mvn test -Dplatname=linux -Dmaven.repo.local=./.m2 dependency:resolve -DselectedTests=$test winTestRunnerCommand: mvn test `-Dplatname=win `-Dmaven.repo.local=./.m2 dependency:resolve `-DselectedTests=$test diff --git a/yaml/win/v2/testng_hyperexecute_autosplit_sample.yaml b/yaml/win/v2/testng_hyperexecute_autosplit_sample.yaml index 02b11091..389fc42e 100644 --- a/yaml/win/v2/testng_hyperexecute_autosplit_sample.yaml +++ b/yaml/win/v2/testng_hyperexecute_autosplit_sample.yaml @@ -18,6 +18,8 @@ framework: flags: - "-Dplatname=win" - "--file=pom02.xml" + discoveryType: method + discoveryMode: remote retryOnFailure: true maxRetries: 1 diff --git a/yaml/win11/v2/testng_hyperexecute_autosplit_sample.yaml b/yaml/win11/v2/testng_hyperexecute_autosplit_sample.yaml index 9a75c41b..1b8aa028 100644 --- a/yaml/win11/v2/testng_hyperexecute_autosplit_sample.yaml +++ b/yaml/win11/v2/testng_hyperexecute_autosplit_sample.yaml @@ -18,6 +18,8 @@ framework: flags: - "-Dplatname=win" - "--file=pom02.xml" + discoveryType: method + discoveryMode: remote retryOnFailure: true maxRetries: 1