1.0.53 • Published 1 year ago

testcafe-reporter-sealights v1.0.53

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

testcafe-reporter-sealights

Build Status

This is the sealights reporter plugin for TestCafe.

Install

npm install testcafe-reporter-sealights

Usage

When you run tests from the command line, specify the reporter name by using the --reporter option:

testcafe chrome 'path/to/test/file.js' --reporter sealights

Passing arguments to reporter

Argument for rporter should stats with --sl- prefix

Example

testcafe chrome test/spec.js --reporter sealights --sl-token sltoken.txt --sl-buildSessionIdFile buildSessionId --sl-testStage 'API Tests' --sl-labId lab1

Working with labId

It id possible to provaide labId only and the bsid will be resolved automaticaly in case execution already opened

testcafe chrome test/spec.js --reporter sealights --sl-token sltoken.txt --sl-testStage 'API Tests' --sl-labId lab1

All reporter arguments

  • sl-token - Sealights token
  • sl-tokenFile - Path to file contains the Sealights token
  • sl-buildSessionId - Sealights build session id
  • sl-buildSessionIdFile - Path to file contains the Sealights build session id
  • sl-testStage - Test stage current tests are relates to
  • sl-labId - Pre-defined Sealights lab-id (optional)
  • sl-enforceFullRun - Overrides Sealights recommendations and run all tests (optional)
  • sl-proxy - Proxy server (optional)

Author

Sealights

1.0.51

1 year ago

1.0.50

1 year ago

1.0.53

1 year ago

1.0.52

1 year ago

1.0.42

2 years ago

1.0.41

2 years ago

1.0.29

3 years ago

1.0.39

3 years ago

1.0.28

3 years ago

1.0.38

3 years ago

1.0.30

3 years ago

1.0.23

3 years ago

1.0.14

4 years ago

0.0.1-beta

4 years ago