...
Gathering coverage and test information using the SeaLights Node.jsTest Listener is done in a few steps:
Info |
---|
See 'Generating a an agent token' for instructions on how to generate a token |
...
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 |
...