@applitools/screenshoter 3.4.6 → 3.4.9
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/package.json +12 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.9",
|
|
4
4
|
"description": "Applitools universal screenshoter for web and native applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "git://github.com/applitools/eyes.sdk.javascript1.git",
|
|
21
|
-
"directory": "packages/screenshoter"
|
|
21
|
+
"directory": "js/packages/screenshoter"
|
|
22
22
|
},
|
|
23
23
|
"license": "SEE LICENSE IN LICENSE",
|
|
24
24
|
"author": {
|
|
@@ -43,12 +43,14 @@
|
|
|
43
43
|
"scripts": {
|
|
44
44
|
"lint": "eslint . --ext .js",
|
|
45
45
|
"test": "yarn test:it && yarn test:e2e",
|
|
46
|
+
"test:sanity": "yarn test:unit && yarn test:it && yarn test:e2e:web",
|
|
46
47
|
"test:unit": "mocha ./test/unit/*.spec.js --no-timeouts",
|
|
47
48
|
"test:it": "mocha ./test/it/*.spec.js --no-timeouts",
|
|
48
49
|
"test:e2e": "yarn test:e2e:web && yarn && yarn test:e2e:android && yarn test:e2e:ios",
|
|
49
50
|
"test:e2e:web": "mocha ./test/e2e/web/*.spec.js --no-timeouts -r @applitools/test-utils/mocha-hooks/docker",
|
|
50
51
|
"test:e2e:android": "APPLITOOLS_TEST_REMOTE=sauce mocha ./test/e2e/android*/*.spec.js --no-timeouts --parallel --jobs ${MOCHA_JOBS:-2}",
|
|
51
52
|
"test:e2e:ios": "APPLITOOLS_TEST_REMOTE=sauce mocha ./test/e2e/ios*/*.spec.js --no-timeouts --parallel --jobs ${MOCHA_JOBS:-2}",
|
|
53
|
+
"setup": "yarn setup:web",
|
|
52
54
|
"setup:web": "yarn docker:setup",
|
|
53
55
|
"setup:android": "echo \"setup:android - do nothing\"",
|
|
54
56
|
"setup:ios": "echo \"setup:ios - do nothing\"",
|
|
@@ -70,18 +72,18 @@
|
|
|
70
72
|
}
|
|
71
73
|
},
|
|
72
74
|
"dependencies": {
|
|
73
|
-
"@applitools/logger": "1.1.
|
|
74
|
-
"@applitools/snippets": "2.4.
|
|
75
|
-
"@applitools/utils": "1.3.
|
|
75
|
+
"@applitools/logger": "1.1.14",
|
|
76
|
+
"@applitools/snippets": "2.4.4",
|
|
77
|
+
"@applitools/utils": "1.3.10",
|
|
76
78
|
"jpeg-js": "0.4.4",
|
|
77
79
|
"png-async": "0.9.4"
|
|
78
80
|
},
|
|
79
81
|
"devDependencies": {
|
|
80
|
-
"@applitools/bongo": "^2.1.
|
|
81
|
-
"@applitools/driver": "^1.9.
|
|
82
|
-
"@applitools/scripts": "1.1.0",
|
|
83
|
-
"@applitools/spec-driver-webdriverio": "1.2.
|
|
84
|
-
"@applitools/test-utils": "1.
|
|
82
|
+
"@applitools/bongo": "^2.1.6",
|
|
83
|
+
"@applitools/driver": "^1.9.13",
|
|
84
|
+
"@applitools/scripts": "^1.1.0",
|
|
85
|
+
"@applitools/spec-driver-webdriverio": "^1.2.17",
|
|
86
|
+
"@applitools/test-utils": "^1.4.2",
|
|
85
87
|
"appium": "^1.22.3",
|
|
86
88
|
"chromedriver": "^101.0.0",
|
|
87
89
|
"eslint": "^8.16.0",
|