Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId>com.lambdatest</groupId>
<artifactId>ext</artifactId>
<version>0.16</version>
</extension>
</extensions>
Binary file added hyperexecute.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion yaml/linux/v1/testng_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions yaml/linux/v2/testng_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ framework:
flags:
- "-Dplatname=linux"
- "--file=pom02.xml"
discoveryType: method
discoveryMode: remote

retryOnFailure: true
maxRetries: 1
Expand Down
2 changes: 2 additions & 0 deletions yaml/mac/v2/testng_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ framework:
flags:
- "-Dplatname=mac"
- "--file=pom02.xml"
discoveryType: method
discoveryMode: remote

retryOnFailure: true
maxRetries: 1
Expand Down
2 changes: 1 addition & 1 deletion yaml/testng_hyperexecute_hybrid_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions yaml/win/v2/testng_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ framework:
flags:
- "-Dplatname=win"
- "--file=pom02.xml"
discoveryType: method
discoveryMode: remote

retryOnFailure: true
maxRetries: 1
Expand Down
2 changes: 2 additions & 0 deletions yaml/win11/v2/testng_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ framework:
flags:
- "-Dplatname=win"
- "--file=pom02.xml"
discoveryType: method
discoveryMode: remote

retryOnFailure: true
maxRetries: 1
Expand Down