...
Code Block | ||
---|---|---|
| ||
Unix: ./node_modules/.bin/npx slnodejs start --tokenfile /path/to/sltoken.txt --labid "<Lab ID>" --teststage "Unit Tests" Windows: call .\node_modules\.bin\ npx slnodejs start --tokenfile \path\to\sltoken.txt --labid "<Lab ID>" --teststage "Unit Tests" |
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Info |
---|
See 'Node.js Command Reference - Starting a test stage' for full parameter details |
...
Code Block | ||
---|---|---|
| ||
Unix: ./node_modules/.bin/ npx slnodejs uploadReports --tokenfile /path/to/sltoken.txt --labid "<Lab ID>" --reportFile "/path/to/junit_report.xml" Windows: call .\node_modules\.bin\ npx slnodejs uploadReports --tokenfile \path\to\sltoken.txt --labid "<Lab ID>" --reportFile "\path\to\junit_report.xml" |
Expand | |||||
---|---|---|---|---|---|
| |||||
|
...
Code Block | ||
---|---|---|
| ||
Unix: ./node_modules/.bin/ npx slnodejs end --tokenfile /path/to/sltoken.txt --labid "<Lab ID>" Windows: call .\node_modules\.bin\ npx slnodejs end --tokenfile \path\to\sltoken.txt --labid "<Lab ID>" |
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Info |
---|
See 'Node.js Command Reference - Ending a test stage' for full parameter details |
...