-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 874 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
{
"name": "webdriverio_typescript_bdd",
"version": "1.0.0",
"description": "WebdriverIO with TypeScript, BDD framework to test Automation practice website",
"main": "index.js",
"scripts": {
"test": "wdio wdio.conf.ts",
"smoke": "wdio wdio.conf.ts --suite smoke",
"regression": "wdio wdio.conf.ts --suite regression"
},
"author": "MD SADAB SAQIB",
"license": "ISC",
"devDependencies": {
"@types/supertest": "^2.0.12",
"@wdio/cli": "^8.14.4",
"@wdio/cucumber-framework": "^8.14.0",
"@wdio/local-runner": "^8.14.3",
"@wdio/spec-reporter": "^8.14.0",
"multiple-cucumber-html-reporter": "^3.4.0",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"wdio-cucumberjs-json-reporter": "^5.1.6"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"npm-check-updates": "^16.10.17"
}
}