Cucumber JS framework
Installing Sealights plugin
npm install sealights-cucumber-pluginUsing the Sealights plugin with the Cucumber command
node_modules/.bin/cucumber-js ./features --require sealights-cucumber-plugin --sl-tokenfile <path/to/token-file> --sl-buildsessionidfile <path/to/buildSessionId-file> --sl-testStage <test-stage-name>Using the Sealights plugin with Protractor configuration
cucumberOpts: {
require: [
'./src/steps/*.steps.ts',
require.resolve('sealights-cucumber-plugin')
]
},Parameters details
Parameter
Mandatory
Description
Last updated
Was this helpful?

