If your testing framework is Protactor, SeaLights agent integrates directly with it and reports the test results to the server directly.
Installing Sealights plugin
npm install sealights-protractor-plugin
CODE
In your config file add the sealights plugin
plugins: [{
package: 'sealights-protractor-plugin',
}
CODE
Using Sealights plugin with Protactor
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
BASH
Parameter | Description |
---|
sl-token
| Access token generated from the SeaLights server |
sl-tokenFile
| Path to file containing access token generated from the SeaLights server |
sl-buildSessionId
| Session ID of configuration created |
sl-buildSessionIdFile
| Path to file containing the Session ID of configuration created |
sl-testStage
| Name of the test stage |
sl-labid
| Unique ID for a set of test labs in case multiple labs are running simultaneously |
sl-proxy
| Address of proxy to run connection through |