@applitools/eyes-webdriverio 5.35.6 → 5.35.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@
10
10
 
11
11
 
12
12
 
13
+ ## 5.35.7 - 2022/7/4
14
+
15
+ ### Features
16
+ ### Bug fixes
17
+ - Implicitly convert tag to css selector due to removal of tag support from chromedriver
18
+
13
19
  ## 5.35.6 - 2022/6/27
14
20
 
15
21
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.35.6",
3
+ "version": "5.35.7",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -20,7 +20,7 @@
20
20
  "repository": {
21
21
  "type": "git",
22
22
  "url": "git@github.com:applitools/eyes.sdk.javascript1.git",
23
- "directory": "packages/eyes-webdriverio-5"
23
+ "directory": "js/packages/eyes-webdriverio-5"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE",
26
26
  "author": {
@@ -92,6 +92,7 @@
92
92
  "build": "ttsc --project tsconfig$([ ! -z $APPLITOOLS_WEBDRIVERIO_MAJOR_VERSION ] && echo .v$APPLITOOLS_WEBDRIVERIO_MAJOR_VERSION).json",
93
93
  "generate:tests": "coverage-tests generate https://raw.githubusercontent.com/applitools/sdk.coverage.tests/universal-sdk/js/config.js --name 'eyes.webdriverio.javascript5'",
94
94
  "test": "yarn test:service && yarn test:coverage",
95
+ "test:sanity": "echo 'create sanity suite'",
95
96
  "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",
96
97
  "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",
97
98
  "test:coverage:wd": "APPLITOOLS_WEBDRIVERIO_PROTOCOL=wd yarn test:coverage",
@@ -103,7 +104,7 @@
103
104
  "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",
104
105
  "deps": "bongo deps",
105
106
  "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)'",
106
- "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",
107
+ "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'",
107
108
  "gh:publish": "gh workflow run publish-webdriverio.yml --ref $(git rev-parse --abbrev-ref HEAD)",
108
109
  "preversion": "bongo preversion --verifyPendingChanges && yarn build",
109
110
  "version": "bongo version --withPendingChanges",
@@ -115,18 +116,18 @@
115
116
  }
116
117
  },
117
118
  "dependencies": {
118
- "@applitools/eyes-api": "1.7.2",
119
- "@applitools/eyes-sdk-core": "13.8.6",
120
- "@applitools/spec-driver-webdriverio": "1.2.15",
121
- "@applitools/visual-grid-client": "15.13.1"
119
+ "@applitools/eyes-api": "1.7.3",
120
+ "@applitools/eyes-sdk-core": "13.8.10",
121
+ "@applitools/spec-driver-webdriverio": "1.2.17",
122
+ "@applitools/visual-grid-client": "15.13.4"
122
123
  },
123
124
  "devDependencies": {
124
125
  "@applitools/api-extractor": "1.2.9",
125
- "@applitools/bongo": "^2.1.5",
126
+ "@applitools/bongo": "^2.1.6",
126
127
  "@applitools/scripts": "1.1.0",
127
- "@applitools/sdk-coverage-tests": "^2.3.18",
128
- "@applitools/sdk-shared": "0.9.12",
129
- "@applitools/test-utils": "1.3.3",
128
+ "@applitools/sdk-coverage-tests": "^2.3.19",
129
+ "@applitools/sdk-shared": "0.9.13",
130
+ "@applitools/test-utils": "1.4.2",
130
131
  "@types/mocha": "^9.1.1",
131
132
  "@types/node": "12",
132
133
  "@typescript-eslint/eslint-plugin": "^5.27.0",