-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 940 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": "coforge_qaautomation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webtest": "wdio run ./configs/wdio.web.conf.ts",
"apitest": "wdio run ./configs/wdio.api.conf.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@faker-js/faker": "^7.2.0"
},
"devDependencies": {
"@wdio/allure-reporter": "^7.17.3",
"@wdio/cli": "^7.20.3",
"@wdio/cucumber-framework": "^7.20.3",
"@wdio/junit-reporter": "^7.19.1",
"@wdio/local-runner": "^7.20.3",
"@wdio/selenium-standalone-service": "^7.17.3",
"@wdio/spec-reporter": "^7.17.3",
"allure-commandline": "^2.17.2",
"chromedriver": "^103.0.0",
"moment": "^2.29.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"wdio-chromedriver-service": "^7.3.2",
"wdio-wait-for": "^2.2.4"
}
}