...
First the SeaLights server needs to be notified that a test stage is starting.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
./node_modules/.bin/slnodejs start --tokenfile "/path/to/tokenFile" --buildsessionidfile "/path/to/buildSessionId" --teststage "Unit Test" --useinitialcolor true |
Info |
---|
See 'Node.js Command Reference - Starting a test stage' for full parameter details |
...