-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "webdriverio-tests",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@wdio/allure-reporter": "^7.25.1",
"@wdio/cli": "^7.25.1",
"@wdio/cucumber-framework": "^7.25.1",
"@wdio/local-runner": "^7.25.1",
"@wdio/spec-reporter": "^7.25.1",
"allure-commandline": "^2.18.1",
"chromedriver": "^105.0.1",
"geckodriver": "^3.0.2",
"wdio-chromedriver-service": "^8.0.0",
"wdio-geckodriver-service": "^4.0.0"
},
"scripts": {
"local:chrome": "wdio run ./config/local/wdio.chrome.conf.js",
"local:firefox": "wdio run ./config/local/wdio.firefox.conf.js",
"ci": "wdio run ./config/ci/wdio.all.conf.js"
}
}