sealights-protractor-plugin
TypeScript icon, indicating that this package has built-in type declarations

2.0.60 • Public • Published

#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

Readme

Keywords

none

Package Sidebar

Install

npm i sealights-protractor-plugin

Weekly Downloads

838

Version

2.0.60

License

ISC

Unpacked Size

8.01 kB

Total Files

11

Last publish

Collaborators

  • sealights