Skip to content

Commit 49d76b6

Browse files
committed
feat: upgrade to latest compare core
- support Android 10 - remove comparison console logs and add them to the debug property - update screenshots
1 parent 7405bde commit 49d76b6

10 files changed

+7
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@
3131
"@babel/core": "^7.6.4",
3232
"@babel/preset-env": "^7.6.3",
3333
"@babel/register": "^7.5.5",
34-
"@wdio/cli": "^5.15.2",
34+
"@wdio/cli": "^5.15.6",
3535
"@wdio/jasmine-framework": "^5.15.1",
36-
"@wdio/local-runner": "^5.15.2",
36+
"@wdio/local-runner": "^5.15.6",
3737
"@wdio/sauce-service": "^5.12.1",
3838
"@wdio/selenium-standalone-service": "^5.15.0",
3939
"@wdio/spec-reporter": "^5.15.2",
40-
"@wdio/sync": "^5.15.1",
40+
"@wdio/sync": "^5.15.7",
4141
"babel-jest": "^24.9.0",
4242
"eslint": "^5.16.0",
4343
"eslint-plugin-import": "^2.18.2",
4444
"fs-extra": "^7.0.1",
4545
"jest": "^24.9.0",
46-
"np": "^5.1.1",
46+
"np": "^5.1.2",
4747
"rimraf": "^2.7.1",
48-
"webdriverio": "^5.15.2"
48+
"webdriverio": "^5.15.6"
4949
},
5050
"dependencies": {
51-
"webdriver-image-comparison": "^0.10.0"
51+
"webdriver-image-comparison": "^0.11.0"
5252
},
5353
"repository": {
5454
"type": "git",
-246 Bytes
Loading
-8.89 KB
Loading
-5.57 KB
Loading
Binary file not shown.
-13 Bytes
Loading
Binary file not shown.
-10.6 KB
Loading
Binary file not shown.

tests/specs/checkMethodsFolders.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ describe('wdio-image-comparison-service check methods folder options', () => {
5353
returnAllCompareData: true
5454
};
5555
const results = browser.checkElement($('.uk-button:nth-child(1)'), 'elementCheckFolders', testOptions);
56+
5657
expect(results.folders.actual).toMatch(testOptions.actualFolder.replace('./', ''));
5758
expect(results.folders.baseline).toMatch(testOptions.baselineFolder.replace('./', ''));
5859
expect(results.folders.diff).toMatch(testOptions.diffFolder.replace('./', ''));

0 commit comments

Comments
 (0)