@applitools/eyes-playwright 1.9.4 → 1.11.2
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 +28 -0
- package/package.json +21 -21
- package/types/index.d.ts +1362 -2005
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,34 @@
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
## 1.11.2 - 2022/1/13
|
|
7
|
+
|
|
8
|
+
- fix taking multiple dom snapshots with `layoutBreakpoints`
|
|
9
|
+
- updated to @applitools/eyes-sdk-core@12.24.13 (from 12.24.2)
|
|
10
|
+
- updated to @applitools/visual-grid-client@15.8.60 (from 15.8.47)
|
|
11
|
+
|
|
12
|
+
## 1.11.1 - 2021/11/18
|
|
13
|
+
|
|
14
|
+
- updated to @applitools/eyes-sdk-core@12.24.1 (from 12.24.0)
|
|
15
|
+
- updated to @applitools/visual-grid-client@15.8.45 (from 15.8.44)
|
|
16
|
+
- updated to @applitools/eyes-sdk-core@12.24.2 (from 12.24.1)
|
|
17
|
+
- updated to @applitools/spec-driver-playwright@1.3.0 (from 1.2.0)
|
|
18
|
+
- updated to @applitools/visual-grid-client@15.8.47 (from 15.8.45)
|
|
19
|
+
|
|
20
|
+
## 1.11.0 - 2021/11/10
|
|
21
|
+
|
|
22
|
+
- support cookies
|
|
23
|
+
- updated to @applitools/eyes-api@1.1.6 (from 1.1.5)
|
|
24
|
+
- updated to @applitools/eyes-sdk-core@12.24.0 (from 12.23.24)
|
|
25
|
+
- updated to @applitools/spec-driver-playwright@1.2.0 (from 1.1.1)
|
|
26
|
+
- updated to @applitools/visual-grid-client@15.8.44 (from 15.8.37)
|
|
27
|
+
|
|
28
|
+
## 1.10.0 - 2021/11/5
|
|
29
|
+
|
|
30
|
+
- updated to @applitools/eyes-api@1.1.5 (from 1.1.4)
|
|
31
|
+
- updated to @applitools/eyes-sdk-core@12.23.24 (from 12.23.18)
|
|
32
|
+
- updated to @applitools/visual-grid-client@15.8.43 (from 15.8.37)
|
|
33
|
+
|
|
6
34
|
## 1.9.4 - 2021/10/20
|
|
7
35
|
|
|
8
36
|
- updated to @applitools/eyes-sdk-core@12.23.18 (from 12.23.17)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-playwright",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"description": "Applitools Eyes SDK for Playwright",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-playwright",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "git@github.com:applitools/eyes.sdk.javascript1.git"
|
|
22
|
+
"url": "git@github.com:applitools/eyes.sdk.javascript1.git",
|
|
23
|
+
"directory": "packages/eyes-playwright"
|
|
23
24
|
},
|
|
24
25
|
"license": "SEE LICENSE IN LICENSE",
|
|
25
26
|
"author": {
|
|
@@ -39,16 +40,14 @@
|
|
|
39
40
|
],
|
|
40
41
|
"scripts": {
|
|
41
42
|
"lint": "eslint '**/*.ts'",
|
|
42
|
-
"build": "
|
|
43
|
-
"
|
|
44
|
-
"build:types": "api-extractor ./src/index.ts --out ./types/index.d.ts --external-modules playwright",
|
|
45
|
-
"generate:tests": "coverage-tests generate https://raw.githubusercontent.com/applitools/sdk.coverage.tests/master/js/config.js --name 'eyes-playwright'",
|
|
43
|
+
"build": "ttsc",
|
|
44
|
+
"generate:tests": "coverage-tests generate https://raw.githubusercontent.com/applitools/sdk.coverage.tests/universal-sdk/js/config.js --name 'eyes-playwright'",
|
|
46
45
|
"test": "yarn test:coverage",
|
|
47
|
-
"test:coverage": "yarn
|
|
46
|
+
"test:coverage": "yarn generate:tests && APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-playwright' APPLITOOLS_BATCH_ID=$(uuidgen) XUNIT_FILE=coverage-test-report.xml mocha --config .mocharc.cvg.js",
|
|
48
47
|
"report": "coverage-tests report https://raw.githubusercontent.com/applitools/sdk.coverage.tests/master/js/config.js --name 'eyes-playwright'",
|
|
49
48
|
"deps": "bongo deps",
|
|
50
|
-
"gh:test": "gh workflow run test.yml --ref $(git rev-parse --abbrev-ref HEAD) -f packages='playwright' -f links='eyes-sdk-core eyes-api
|
|
51
|
-
"gh:publish": "gh workflow run publish.yml --ref $(git rev-parse --abbrev-ref HEAD)
|
|
49
|
+
"gh:test": "gh workflow run test.yml --ref $(git rev-parse --abbrev-ref HEAD) -f packages='playwright' -f links='types test-utils sdk-shared eyes-sdk-core visual-grid-client eyes-api spec-driver-playwright utils driver snippets screenshoter' -f linking-depth=3",
|
|
50
|
+
"gh:publish": "gh workflow run publish-playwright.yml --ref $(git rev-parse --abbrev-ref HEAD)",
|
|
52
51
|
"preversion": "bongo preversion && yarn build",
|
|
53
52
|
"version": "bongo version",
|
|
54
53
|
"postversion": "bongo postversion"
|
|
@@ -59,18 +58,18 @@
|
|
|
59
58
|
}
|
|
60
59
|
},
|
|
61
60
|
"dependencies": {
|
|
62
|
-
"@applitools/eyes-api": "1.1.
|
|
63
|
-
"@applitools/eyes-sdk-core": "12.
|
|
64
|
-
"@applitools/spec-driver-playwright": "1.
|
|
65
|
-
"@applitools/visual-grid-client": "15.8.
|
|
61
|
+
"@applitools/eyes-api": "1.1.6",
|
|
62
|
+
"@applitools/eyes-sdk-core": "12.24.13",
|
|
63
|
+
"@applitools/spec-driver-playwright": "1.3.0",
|
|
64
|
+
"@applitools/visual-grid-client": "15.8.60"
|
|
66
65
|
},
|
|
67
66
|
"devDependencies": {
|
|
68
|
-
"@applitools/api-extractor": "1.
|
|
69
|
-
"@applitools/scripts": "1.0
|
|
70
|
-
"@applitools/sdk-coverage-tests": "2.3.
|
|
71
|
-
"@applitools/sdk-release-kit": "0.13.
|
|
72
|
-
"@applitools/sdk-shared": "0.9.
|
|
73
|
-
"@applitools/test-utils": "1.0.
|
|
67
|
+
"@applitools/api-extractor": "1.2.6",
|
|
68
|
+
"@applitools/scripts": "1.1.0",
|
|
69
|
+
"@applitools/sdk-coverage-tests": "2.3.18",
|
|
70
|
+
"@applitools/sdk-release-kit": "0.13.10",
|
|
71
|
+
"@applitools/sdk-shared": "0.9.11",
|
|
72
|
+
"@applitools/test-utils": "1.0.10",
|
|
74
73
|
"@types/mocha": "^9.0.0",
|
|
75
74
|
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
|
76
75
|
"@typescript-eslint/parser": "^4.15.1",
|
|
@@ -81,11 +80,12 @@
|
|
|
81
80
|
"eslint-plugin-prettier": "^3.3.1",
|
|
82
81
|
"husky": "^4.3.7",
|
|
83
82
|
"mocha": "^8.0.1",
|
|
84
|
-
"playwright": "1.
|
|
83
|
+
"playwright": "^1.16.3",
|
|
85
84
|
"prettier": "^2.1.2",
|
|
86
85
|
"spec-xunit-file": "0.0.1-3",
|
|
87
86
|
"ts-node": "^10.2.1",
|
|
88
|
-
"
|
|
87
|
+
"ttypescript": "^1.5.12",
|
|
88
|
+
"typescript": "^4.5.1-rc"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"playwright": ">=1.0.0"
|