Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 9

...

First the SeaLights server needs to be notified that a test stage is starting.

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

...