@applitools/eyes.cypress
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "@applitools/eyes.cypress", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -74,3 +74,3 @@ # Eyes.Cypress | ||
##### Default port | ||
##### Option 1: Default port | ||
The basic usage described above looks like this (this is done in the `pluginsFile`): | ||
@@ -81,3 +81,3 @@ ``` | ||
##### Custom port | ||
##### Option 2: Custom port | ||
In some cases, the `7373` port might be unavailable, so in order to use a different port, you may do the following: | ||
@@ -95,3 +95,3 @@ ``` | ||
##### Available port | ||
##### Option 3: Available port | ||
If you want to be absolutely sure that `eyes.cypress` will use an available port, it's also possible to pass `0` as the port: | ||
@@ -98,0 +98,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
37766