Running Tests
Starting the Test Stage
npx slnodejs start \
--tokenFile /path/to/sltoken.txt \
--labId "<Lab ID>" \
--testStage "Functional Tests"npx slnodejs start `
--tokenFile "C:\path\to\sltoken.txt" `
--labId "<Lab ID>" `
--testStage "Functional Tests"Running your tests
Functional Tests
Unit Tests
Upload report files
Test Case JUnit Report
Coverage (nyc) Report
Ending the Test Stage
Last updated
Was this helpful?

