sealights-cypress-plugin
Advanced tools
Comparing version 2.0.20 to 2.0.23
{ | ||
"name": "sealights-cypress-plugin", | ||
"version": "2.0.20", | ||
"version": "2.0.23", | ||
"description": "Support and config files for Cypress to support Sealights integration.", | ||
@@ -36,3 +36,3 @@ "scripts": { | ||
"main": "tsOutputs/index.js", | ||
"gitHead": "d145735ab7d5a60d996a31eaf412ca15a1b78d22" | ||
"gitHead": "9420ba107f08fe2c66c356111f59c43ad4b2cffd" | ||
} |
@@ -15,6 +15,6 @@ # sealights-cypress-plugin | ||
This plugin will register multiple types of life-cycle event handlers. | ||
However, only a single event handler can exist for each type of event (due to a limitation in Cypress). | ||
Thus, if you attempt to define any of the same handlers, | ||
your handler will either be overriden by this plugin or you will override this plugin's handler. | ||
This plugin will register multiple types of life-cycle event handlers. | ||
However, only a single event handler can exist for each type of event (due to a limitation in Cypress). | ||
Thus, if you attempt to define any of the same handlers, | ||
your handler will either be overriden by this plugin or you will override this plugin's handler. | ||
Either way, one of the plugins will stop functioning as expected. | ||
@@ -25,6 +25,7 @@ | ||
These are the events this plugin will subscribe to: | ||
* before:run | ||
* after:run | ||
For example, if you specify a handler for `before:run` and override this plugin's handler, | ||
- before:run | ||
- after:run | ||
For example, if you specify a handler for `before:run` and override this plugin's handler, | ||
then no test events will be sent to Sealights. | ||
@@ -31,0 +32,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128
33380