forked from motycka/automation-wdio-8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.53 KB
/
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
33
34
35
36
37
38
39
40
41
42
{
"name": "czechitas-automation-wdio-8",
"type": "module",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/register": "^7.22.15",
"@wdio/allure-reporter": "^8.16.17",
"@wdio/cli": "^8.16.17",
"@wdio/cucumber-framework": "^8.16.17",
"@wdio/local-runner": "^8.16.17",
"@wdio/mocha-framework": "^8.16.17",
"@wdio/selenium-standalone-service": "^8.15.0",
"@wdio/spec-reporter": "^8.16.17",
"allure-commandline": "^2.24.0",
"chromedriver": "^120.0.1",
"deepmerge": "^4.3.1",
"fs": "^0.0.1-security",
"geckodriver": "^4.2.1",
"msedgedriver": "^91.0.0",
"wdio-chromedriver-service": "^8.1.1",
"wdio-docker-service": "^3.2.1",
"wdio-edgedriver-service": "^3.0.3",
"wdio-geckodriver-service": "^5.0.2",
"wdio-html-nice-reporter": "^8.1.0",
"wdio-safaridriver-service": "^2.1.1",
"wdio-video-reporter": "^4.0.5"
},
"scripts": {
"wdio": "wdio run wdio.conf.js",
"wdio-docker": "wdio run wdio.docker.conf.js",
"wdio-hooks": "wdio run test/specs/examples/lesson-06/wdio.hooks.conf.js",
"wdio-allure": "wdio run test/specs/examples/lesson-06/wdio.allure.conf.js",
"wdio-htmlreporter": "wdio run test/specs/examples/lesson-06/wdio.htmlreporter.conf.js",
"wdio-cucumber": "wdio run test/specs/examples/lesson-12/wdio.cucumber.conf.js",
"wdio-cucumber-docker": "wdio run test/specs/examples/lesson-12/wdio.docker.conf.js"
},
"dependencies": {
"npm-check-updates": "^16.14.4"
}
}