-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1002 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
31
32
{
"name": "page-object-pattern",
"version": "1.0.0",
"description": "First visual regression test with Page Object Pattern",
"scripts": {
"test": "wdio wdio.conf.js --spec test/specs/*.spec.js"
},
"keywords": [
"webdriverio",
"mocha",
"wdio-image-comparsion-service"
],
"author": "osorina <[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"chai": "^4.2.0",
"mocha": "^7.1.1",
"webdriverio": "^6.0.7",
"wdio-image-comparison-service": "^1.12.2",
"@wdio/cli": "^5.16.7",
"@wdio/local-runner": "^5.16.7",
"@wdio/mocha-framework": "^5.16.5",
"@wdio/selenium-standalone-service": "^5.16.5",
"@wdio/spec-reporter": "^5.16.5",
"@wdio/sync": "^5.16.5"
}
}