TestCafe reporter
Configuration
Logging and Debugging
export SL_LOG_LEVEL=debugSample End-to-End Pipeline Script
# 1. Install dependencies and SeaLights TestCafe reporter
npm ci
npm install testcafe-reporter-sealights
# 2. Run tests with SeaLights
#export SL_LOG_LEVEL=debug
testcafe chrome test/spec.js --reporter sealights --sl-token $SL_TOKEN --sl-testStage 'API Tests' --sl-labId QA-env2Reporter's Arguments
CLI Parameter
Description
Required
Last updated
Was this helpful?

