sealights-protractor-plugin
v2.0.97
Published
> TODO: description
Downloads
2,259
Readme
#sealights-protractor-plugin
This is the sealights plugin for Protractor.
Install
npm install sealights-protractor-plugin
Usage
In your config file add the sealights plugin
plugins: [{
package: 'sealights-protractor-plugin',
},
...
]
Passing parameters to reporter via CLI
From the command line add sealights parameters with '--sl-' prefix
protractor protractor.conf.js --sl-tokenfile <path/to/token-file> --sl-buildsessionidfile <path/to/buildSessionId-file> --sl-testStage e2e
Supported parameters
- token - Sealights token
- tokenFile - Path to file contains the Sealights token
- buildSessionId - Sealights build session id
- buildSessionIdFile - Path to file contains the Sealights build session id
- testStage - Test stage current tests are relates to
- labId - Pre-defined Sealights lab-id (optional)
- proxy - Proxy server (optional)
Author
Sealights