@applitools/eyes.cypress
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "@applitools/eyes.cypress", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -111,3 +111,3 @@ # Eyes.Cypress | ||
- `tag` (optional): A logical name for this check. | ||
- `sizeMode` (optional): Possible values are `viewport` or `full-page`. The default is `full-page`, which means a screenshot of everything that exists in the DOM at the point of calling `eyesCheckWindow` will be rendered. If set to `viewport`, only a screenshot the size of the browser will be rendered (the size of the browser can be set in the call to `cy.eyesOpen` - see advanced configuration bellow). | ||
- `sizeMode` (optional): Possible values are `viewport` or `full-page`. The default is `full-page`, which means a screenshot of everything that exists in the DOM at the point of calling `eyesCheckWindow` will be rendered. If set to `viewport`, only a screenshot the size of the browser will be rendered (the size of the browser can be set in the call to `cy.eyesOpen` - see advanced configuration below). | ||
@@ -114,0 +114,0 @@ #### Close |
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
49163