-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 765 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 765 Bytes
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
{
"name": "example-webdriverio",
"version": "1.0.0",
"description": "Example of percy.io using webdriver",
"devDependencies": {
"@percy/webdriverio": "^1.0.4",
"@wdio/cli": "^5.23.0",
"@wdio/local-runner": "^5.18.7",
"@wdio/mocha-framework": "^5.18.7",
"@wdio/selenium-standalone-service": "^5.16.10",
"@wdio/spec-reporter": "^6.0.1",
"http-server": "^0.12.3"
},
"scripts": {
"test": "percy exec -- wdio"
},
"repository": {
"type": "git",
"url": "git+https://github.com/percy/example-webdriverio.git"
},
"author": "Perceptual Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/percy/example-webdriverio/issues"
},
"homepage": "https://github.com/percy/example-webdriverio#readme"
}