-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 849 Bytes
/
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
{
"name": "webdiverio-visual-regression-example",
"version": "1.0.0",
"private": true,
"description": "This project is just for testing purpose",
"author": "Deepaks",
"scripts": {
"test": "wdio wdio.conf.js"
},
"dependencies": {
"babel-runtime": "^6.9.0",
"phantomjs": "^1.9.8",
"wdio-mocha-framework": "^0.6.4",
"wdio-screenshot": "^0.6.0",
"wdio-selenium-standalone-service": "^0.0.12",
"wdio-visual-regression-service": "^0.9.0",
"webdriverio": "^4.0.7"
},
"devDependencies": {
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"wdio-image-comparison-service": "^1.1.0"
},
"engines": {
"node": ">=8.0.0"
}
}