-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "visual-tests",
"version": "1.0.0",
"description": "Visually tests pages by their URLs",
"main": "protractor.conf.js",
"scripts": {
"testData": "node ./e2e/helpers/spreadsheet.js",
"gdrive": "wdio run ./wdio.conf.js --suite gdrive",
"applitools": "wdio run ./wdio.conf.js --suite applitools",
"percy": "percy exec -- wdio run ./wdio.conf.js --suite percy",
"percy:tools-page": "percy exec -- wdio run ./wdio.conf.js --suite percy:tools-page",
"percy:dollar-street": "percy exec -- wdio run ./wdio.conf.js --suite percy:dollar-street",
"percy:gapminder-org": "percy exec -- wdio run ./wdio.conf.js --suite percy:gapminder-org",
"percy:sample": "percy exec -- wdio run ./wdio.conf.js --suite sample"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gapminder/visual-tests.git"
},
"keywords": [
"test",
"visual",
"image-comparison"
],
"author": "Abid",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gapminder/visual-tests/issues"
},
"homepage": "https://github.com/Gapminder/visual-tests#readme",
"//": "applitools is for now removed from devDependencies — eyes.selenium: 0.0.83",
"devDependencies": {
"@percy/cli": "^1.28.5",
"@percy/webdriverio": "^3.1.1",
"@wdio/cli": "^8.36.1",
"@wdio/jasmine-framework": "^8.36.1",
"@wdio/local-runner": "^8.36.1",
"@wdio/spec-reporter": "^8.36.1",
"google-spreadsheet": "^4.1.1",
"googleapis": "^123.0.0",
"pix-diff": "^2.0.1",
"wdio-chromedriver-service": "^8.1.1",
"wdio-wait-for": "^3.0.11"
}
}