-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.11 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
46
47
48
{
"name": "wdio-applitools-service",
"version": "0.2.2",
"description": "Integration of applitools.eyes for WebdriverIO",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "cd test && wdio"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klamping/wdio-applitools-service.git"
},
"keywords": [
"webdriverio",
"wdio",
"applitools",
"eyes",
"test",
"automation",
"cloud",
"wdio-service",
"visual",
"eyes.selenium"
],
"author": "Kevin Lamping",
"license": "ISC",
"bugs": {
"url": "https://github.com/klamping/wdio-applitools-service/issues"
},
"homepage": "https://github.com/klamping/wdio-applitools-service#readme",
"dependencies": {
"@applitools/eyes.sdk.core": "^1.5.1",
"@applitools/eyes.webdriverio": "^1.1.0",
"webdriverio": "^4.10.2"
},
"contributors": [
"Kevin Lamping <klamping@gmail.com>"
],
"devDependencies": {
"chromedriver": "^2.35.0",
"wdio-chromedriver-service": "^0.1.2",
"wdio-mocha-framework": "^0.5.12",
"wdio-spec-reporter": "^0.1.3"
}
}