If your testing framework is Cucumber.js, SeaLights agent integrates directly with it and reports the test results to the server directly.
See https://www.npmjs.com/package/sealights-cucumber-plugin for details.
Installing Sealights plugin
npm install sealights-cucumber-plugin
Require this package using --require
argument to the cucumber command
node_modules/.bin/cucumber-js ./features --require sealights-cucumber-plugin
Using Sealights plugin with Cucumber
From the command line add sealights parameters with --sl-
prefix
TBD
Parameter | Description |
---|---|
| Access token generated from the SeaLights server |
| Path to file containing access token generated from the SeaLights server |
| Session ID of configuration created |
| Path to file containing the Session ID of configuration created |
| Name of the test stage |
| Unique ID for a set of test labs in case multiple labs are running simultaneously |
| Address of proxy to run connection through |