Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
themeEclipse
titleSample command
./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

...