Sealights Protractor integration plugin
npm install sealights-protractor-pluginThis is the sealights plugin for Protractor.
> ⚠️ Important notice about Protractor's deprecation
> The Protractor test framework has been officially deprecated by the Angular team and reached end-of-life in Summer 2023. To learn more, read the formal announcement on the Angular blog.
> sealights-protractor-plugin remains maintained, but any issues that originate from the Protractor framework itself will not be fixed. Consider migrating to a modern, actively supported end-to-end testing solution.
```
npm install sealights-protractor-plugin
In your config file add the sealights plugin
``
plugins: [{
package: 'sealights-protractor-plugin',
},
...
]
From the command line add sealights parameters with '--sl-' prefix
```
protractor protractor.conf.js --sl-tokenfile
- 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)
- testProjectId - Test project ID differentiates between different test stages with the same test stage name of different teams/products/etc.
- prID - Identifies PR pipeline executions, allowing them to be distinguished from eachother and from other executions of the same test-stage.
Sealights