...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
./node_modules/.bin/slnodejs start --tokenfile "/path/to/tokenFile"sltoken.txt --buildsessionidfile "/path/to/buildSessionId" --teststage "Unit TestTests" |
Info |
---|
See 'Node.js Command Reference - Starting a test stage' for full parameter details |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
./node_modules/.bin/slnodejs uploadReports --tokenfile "/path/to/tokenFile"sltoken.txt --buildsessionidfile "/path/to/buildSessionId" --reportFile "/path/to/junit_report.xml" |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
./node_modules/.bin/slnodejs end --tokenfile "/path/to/tokenFile"sltoken.txt --buildsessionidfile "/path/to/buildSessionId" |
Info |
---|
See 'Node.js Command Reference - Ending a test stage' for full parameter details |
...