@applitools/eyes-webdriverio 5.34.5 → 5.34.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/CHANGELOG.md +19 -0
- package/package.json +13 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
## 5.34.9 - 2022/1/12
|
|
7
|
+
|
|
8
|
+
- updated to @applitools/eyes-sdk-core@12.24.13 (from 12.24.12)
|
|
9
|
+
- updated to @applitools/visual-grid-client@15.8.60 (from 15.8.59)
|
|
10
|
+
|
|
11
|
+
## 5.34.8 - 2022/1/11
|
|
12
|
+
|
|
13
|
+
- updated to @applitools/eyes-sdk-core@12.24.12 (from 12.24.9)
|
|
14
|
+
- updated to @applitools/visual-grid-client@15.8.59 (from 15.8.55)
|
|
15
|
+
|
|
16
|
+
## 5.34.7 - 2022/1/5
|
|
17
|
+
|
|
18
|
+
- updated to @applitools/spec-driver-webdriverio@1.2.6 (from 1.2.5)
|
|
19
|
+
|
|
20
|
+
## 5.34.6 - 2021/12/23
|
|
21
|
+
|
|
22
|
+
- updated to @applitools/eyes-sdk-core@12.24.9 (from 12.24.7)
|
|
23
|
+
- updated to @applitools/visual-grid-client@15.8.55 (from 15.8.53)
|
|
24
|
+
|
|
6
25
|
## 5.34.5 - 2021/12/20
|
|
7
26
|
|
|
8
27
|
- updated to @applitools/eyes-sdk-core@12.24.7 (from 12.24.6)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-webdriverio",
|
|
3
|
-
"version": "5.34.
|
|
3
|
+
"version": "5.34.9",
|
|
4
4
|
"description": "Applitools Eyes SDK for WebdriverIO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-webdriverio",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"scripts": {
|
|
86
86
|
"lint": "eslint '**/*.ts'",
|
|
87
87
|
"build": "ttsc --project tsconfig$([ ! -z $APPLITOOLS_WEBDRIVERIO_MAJOR_VERSION ] && echo .v$APPLITOOLS_WEBDRIVERIO_MAJOR_VERSION).json",
|
|
88
|
-
"generate:tests": "coverage-tests generate https://raw.githubusercontent.com/applitools/sdk.coverage.tests/
|
|
88
|
+
"generate:tests": "coverage-tests generate https://raw.githubusercontent.com/applitools/sdk.coverage.tests/universal-sdk/js/config.js --name 'eyes.webdriverio.javascript5'",
|
|
89
89
|
"test": "yarn test:service && yarn test:coverage",
|
|
90
90
|
"test:service": "mocha ./test/service/unit/*.spec.js && wdio run ./test/service/wdio.conf.js && wdio run ./test/service/no-config/wdio.no-config.conf.js && wdio run ./test/service/vg/wdio.vg.conf.js",
|
|
91
91
|
"test:coverage": "yarn generate:tests && APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-webdriverio-5' APPLITOOLS_BATCH_ID=$(uuidgen) XUNIT_FILE=coverage-test-report.xml mocha --config .mocharc.cvg.js",
|
|
@@ -95,8 +95,10 @@
|
|
|
95
95
|
"setup": "yarn docker:setup",
|
|
96
96
|
"docker:setup": "node ../scripts/scripts/generate-docker-compose-config.js && docker-compose up -d",
|
|
97
97
|
"docker:teardown": "docker-compose down",
|
|
98
|
+
"upgrade:framework": "if [ ! -z $APPLITOOLS_WEBDRIVERIO_MAJOR_VERSION ]; then packagejson=`cat package.json`; yarn upgrade --no-lockfile webdriverio@$APPLITOOLS_WEBDRIVERIO_MAJOR_VERSION; echo \"$packagejson\" > package.json; fi",
|
|
98
99
|
"deps": "bongo deps",
|
|
99
|
-
"gh:test": "gh workflow run test.yml --ref $(git rev-parse --abbrev-ref HEAD) -f packages='wdio wdio
|
|
100
|
+
"gh:test": "gh workflow run test.yml --ref $(git rev-parse --abbrev-ref HEAD) -f packages='wdio wdio(node:14) wdio(node:12) wdio(protocol:cdp) wdio(framework:6) wdio(framework:5)'",
|
|
101
|
+
"gh:test:links": "gh workflow run test.yml --ref $(git rev-parse --abbrev-ref HEAD) -f packages='wdio wdio+cdp wdio@6 wdio@5' -f links='types test-utils sdk-shared eyes-sdk-core visual-grid-client eyes-api spec-driver-webdriverio utils driver snippets screenshoter' -f linking-depth=3",
|
|
100
102
|
"gh:publish": "gh workflow run publish.yml --ref $(git rev-parse --abbrev-ref HEAD) -f packages='wdio'",
|
|
101
103
|
"preversion": "bongo preversion && yarn build",
|
|
102
104
|
"version": "bongo version",
|
|
@@ -109,15 +111,15 @@
|
|
|
109
111
|
},
|
|
110
112
|
"dependencies": {
|
|
111
113
|
"@applitools/eyes-api": "1.1.6",
|
|
112
|
-
"@applitools/eyes-sdk-core": "12.24.
|
|
113
|
-
"@applitools/spec-driver-webdriverio": "1.2.
|
|
114
|
-
"@applitools/visual-grid-client": "15.8.
|
|
114
|
+
"@applitools/eyes-sdk-core": "12.24.13",
|
|
115
|
+
"@applitools/spec-driver-webdriverio": "1.2.6",
|
|
116
|
+
"@applitools/visual-grid-client": "15.8.60"
|
|
115
117
|
},
|
|
116
118
|
"devDependencies": {
|
|
117
|
-
"@applitools/api-extractor": "1.2.
|
|
118
|
-
"@applitools/scripts": "1.0
|
|
119
|
-
"@applitools/sdk-coverage-tests": "^2.3.
|
|
120
|
-
"@applitools/sdk-release-kit": "^0.13.
|
|
119
|
+
"@applitools/api-extractor": "1.2.6",
|
|
120
|
+
"@applitools/scripts": "1.1.0",
|
|
121
|
+
"@applitools/sdk-coverage-tests": "^2.3.18",
|
|
122
|
+
"@applitools/sdk-release-kit": "^0.13.10",
|
|
121
123
|
"@applitools/sdk-shared": "0.9.11",
|
|
122
124
|
"@applitools/test-utils": "1.0.10",
|
|
123
125
|
"@types/mocha": "^9.0.0",
|
|
@@ -127,7 +129,6 @@
|
|
|
127
129
|
"@wdio/dot-reporter": "^7.16.4",
|
|
128
130
|
"@wdio/local-runner": "^7.16.5",
|
|
129
131
|
"@wdio/mocha-framework": "^7.16.4",
|
|
130
|
-
"@wdio/types": "^7.16.11",
|
|
131
132
|
"chromedriver": "^95.0.0",
|
|
132
133
|
"eslint": "^7.9.0",
|
|
133
134
|
"eslint-config-prettier": "^7.2.0",
|
|
@@ -136,7 +137,7 @@
|
|
|
136
137
|
"eslint-plugin-prettier": "^3.3.1",
|
|
137
138
|
"geckodriver": "^1.20.0",
|
|
138
139
|
"husky": "^4.3.8",
|
|
139
|
-
"mocha": "^
|
|
140
|
+
"mocha": "^9.1.3",
|
|
140
141
|
"prettier": "^2.1.2",
|
|
141
142
|
"spec-xunit-file": "0.0.1-3",
|
|
142
143
|
"ts-node": "^10.2.1",
|