-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathpackage.json
31 lines (31 loc) · 1004 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
{
"name": "webdriverio-webdriver-examples-cucumberjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test.local": "wdio test/configs/wdio.local.chrome.conf.js",
"test.saucelabs.eu": "REGION=eu wdio test/configs/wdio.saucelabs.conf.js",
"test.saucelabs.us": "wdio test/configs/wdio.saucelabs.conf.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"@wdio/cli": "^7.26.0",
"@wdio/cucumber-framework": "^7.26.0",
"@wdio/local-runner": "^7.26.0",
"@wdio/sauce-service": "^7.26.0",
"@wdio/spec-reporter": "^7.26.0",
"chromedriver": "^107.0.3",
"fs-extra": "^10.1.0",
"multiple-cucumber-html-reporter": "^3.0.1",
"wdio-chromedriver-service": "^8.0.0",
"wdio-cucumberjs-json-reporter": "^4.4.3"
}
}