-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 910 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 910 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
28
29
30
31
32
33
{
"name": "webdriverio-cucumber-pom-boilerplate",
"version": "1.0.0",
"description": "A WebdriverIO & Cucumber Boilerplate based on Page Object Model",
"scripts": {
"test": "npx wdio wdio.conf.js --parallel=false"
},
"keywords": [
"webdriverio",
"cucumber",
"page object model",
"pom"
],
"author": "Simit Tomar",
"license": "MIT",
"devDependencies": {
"@rpii/wdio-html-reporter": "0.8.6",
"@wdio/cli": "6.0.13",
"@wdio/cucumber-framework": "6.0.13",
"@wdio/local-runner": "6.0.13",
"@wdio/spec-reporter": "5.22.4",
"@wdio/sync": "6.0.12",
"chromedriver": "80.0.2",
"cucumber-html-reporter": "5.2.0",
"eslint": "^6.8.0",
"selenium-standalone": "^6.17.0",
"wdio-cucumber-parallel-execution": "^3.6.7",
"wdio-cucumberjs-json-reporter": "1.2.0"
},
"dependencies": {
"@wdio/selenium-standalone-service": "^7.5.7"
}
}