@applitools/eyes-webdriverio 5.34.10 → 5.34.11

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 +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  ## Unreleased
4
4
 
5
5
 
6
+ ## 5.34.11 - 2022/2/10
7
+
8
+ - allow setting ‘setImageCut’ also after eyes.open (change done in eyes-sdk-core)
9
+ - updated to @applitools/eyes-sdk-core@13.0.2 (from 13.0.0)
10
+ - updated to @applitools/spec-driver-webdriverio@1.2.7 (from 1.2.6)
11
+ - updated to @applitools/visual-grid-client@15.8.63 (from 15.8.62)
12
+
6
13
  ## 5.34.10 - 2022/1/24
7
14
 
8
15
  - Fixed BatchInfo.addProperty bug
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.34.10",
3
+ "version": "5.34.11",
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/universal-sdk/js/config.js --name 'eyes.webdriverio.javascript5' --tests https://raw.githubusercontent.com/applitools/sdk.coverage.tests/default-window-fully-true/coverage-tests.js",
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",
@@ -111,9 +111,9 @@
111
111
  },
112
112
  "dependencies": {
113
113
  "@applitools/eyes-api": "1.1.7",
114
- "@applitools/eyes-sdk-core": "13.0.0",
115
- "@applitools/spec-driver-webdriverio": "1.2.6",
116
- "@applitools/visual-grid-client": "15.8.62"
114
+ "@applitools/eyes-sdk-core": "13.0.2",
115
+ "@applitools/spec-driver-webdriverio": "1.2.7",
116
+ "@applitools/visual-grid-client": "15.8.63"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@applitools/api-extractor": "1.2.7",