@siteimprove/alfa-cypress 0.81.4 → 0.81.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cypress.js +2 -2
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
package/dist/cypress.js
CHANGED
|
@@ -71,8 +71,8 @@ export var Cypress;
|
|
|
71
71
|
const request = Request.of("GET", url);
|
|
72
72
|
const response = Response.of(url, 200, Headers.of([Header.of("Content-Type", "text/html")]));
|
|
73
73
|
return Page.of(request, response, nodeJSON.type === "document"
|
|
74
|
-
// The type is ensured by the previous test.
|
|
75
|
-
|
|
74
|
+
? // The type is ensured by the previous test.
|
|
75
|
+
Node.from(nodeJSON, pageDevice)
|
|
76
76
|
: Document.of([Node.from(nodeJSON, pageDevice)]), pageDevice);
|
|
77
77
|
}
|
|
78
78
|
Cypress.toPage = toPage;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/package",
|
|
3
3
|
"name": "@siteimprove/alfa-cypress",
|
|
4
4
|
"homepage": "https://alfa.siteimprove.com",
|
|
5
|
-
"version": "0.81.
|
|
5
|
+
"version": "0.81.5",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Integrations and utilities for the Cypress testing framework",
|
|
8
8
|
"repository": {
|
|
@@ -25,29 +25,29 @@
|
|
|
25
25
|
"test": "cypress run"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@siteimprove/alfa-act": "^0.
|
|
29
|
-
"@siteimprove/alfa-assert": "^0.81.
|
|
30
|
-
"@siteimprove/alfa-device": "^0.
|
|
31
|
-
"@siteimprove/alfa-dom": "^0.
|
|
32
|
-
"@siteimprove/alfa-formatter": "^0.81.
|
|
33
|
-
"@siteimprove/alfa-formatter-earl": "^0.81.
|
|
34
|
-
"@siteimprove/alfa-hash": "^0.
|
|
35
|
-
"@siteimprove/alfa-http": "^0.
|
|
36
|
-
"@siteimprove/alfa-mapper": "^0.
|
|
37
|
-
"@siteimprove/alfa-url": "^0.
|
|
38
|
-
"@siteimprove/alfa-web": "^0.
|
|
39
|
-
"cypress": "^15.
|
|
28
|
+
"@siteimprove/alfa-act": "^0.113.0",
|
|
29
|
+
"@siteimprove/alfa-assert": "^0.81.5",
|
|
30
|
+
"@siteimprove/alfa-device": "^0.113.0",
|
|
31
|
+
"@siteimprove/alfa-dom": "^0.113.0",
|
|
32
|
+
"@siteimprove/alfa-formatter": "^0.81.5",
|
|
33
|
+
"@siteimprove/alfa-formatter-earl": "^0.81.5",
|
|
34
|
+
"@siteimprove/alfa-hash": "^0.113.0",
|
|
35
|
+
"@siteimprove/alfa-http": "^0.113.0",
|
|
36
|
+
"@siteimprove/alfa-mapper": "^0.113.0",
|
|
37
|
+
"@siteimprove/alfa-url": "^0.113.0",
|
|
38
|
+
"@siteimprove/alfa-web": "^0.113.0",
|
|
39
|
+
"cypress": "^15.13.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@siteimprove/alfa-act": "^0.
|
|
43
|
-
"@siteimprove/alfa-device": "^0.
|
|
44
|
-
"@siteimprove/alfa-dom": "^0.
|
|
45
|
-
"@siteimprove/alfa-hash": "^0.
|
|
46
|
-
"@siteimprove/alfa-http": "^0.
|
|
47
|
-
"@siteimprove/alfa-mapper": "^0.
|
|
48
|
-
"@siteimprove/alfa-url": "^0.
|
|
49
|
-
"@siteimprove/alfa-web": "^0.
|
|
50
|
-
"cypress": "^15.
|
|
42
|
+
"@siteimprove/alfa-act": "^0.113.0",
|
|
43
|
+
"@siteimprove/alfa-device": "^0.113.0",
|
|
44
|
+
"@siteimprove/alfa-dom": "^0.113.0",
|
|
45
|
+
"@siteimprove/alfa-hash": "^0.113.0",
|
|
46
|
+
"@siteimprove/alfa-http": "^0.113.0",
|
|
47
|
+
"@siteimprove/alfa-mapper": "^0.113.0",
|
|
48
|
+
"@siteimprove/alfa-url": "^0.113.0",
|
|
49
|
+
"@siteimprove/alfa-web": "^0.113.0",
|
|
50
|
+
"cypress": "^15.13.0"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public",
|