Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sealights-cucumber-plugin

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sealights-cucumber-plugin

Cucumber integration for sealights

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
358
decreased by-44.41%
Maintainers
1
Weekly downloads
 
Created
Source

sealights-cucumber-plugin

This is the sealights plugin for Cucumber.js.

Install

npm install sealights-cucumber-plugin

Usage

Require this package using --require argument to the cucumber command

node_modules/.bin/cucumber-js ./features --require sealights-cucumber-plugin

Usage in protractor.conf

Require this package using --require argument to the cucumber command

cucumberOpts: {
    require: [
      './src/steps/*.steps.ts',
      require.resolve('sealights-cucumber-plugin')
    ]
  },

Passing parameters to reporter

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

  • 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-proxy - Proxy server (optional)

Author

Sealights

FAQs

Package last updated on 16 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc