-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
43
{
"name": "automation-manning",
"version": "1.0.0",
"description": "Automation framework for manning page",
"main": "index.js",
"scripts": {
"wdio": "wdio run ./wdio.conf.ts",
"e2e": "wdio wdio.conf.ts --suite e2e",
"debug": "wdio wdio.conf.ts --suite debug"
},
"keywords": [
"automation",
"framework",
"manning",
"typescript",
"webdriweio"
],
"author": "Gosia Różańska",
"license": "ISC",
"dependencies": {
"-": "^0.0.1",
"@sentry/browser": "^7.49.0",
"@wdio/cli": "^8.8.6",
"allure-commandline": "^2.22.0",
"intl-messageformat-parser": "^6.4.4",
"node-dns": "^0.1.0",
"save": "^2.9.0",
"save-dev": "^0.0.1-security",
"stable": "^0.1.8",
"uuid": "8.3"
},
"devDependencies": {
"@wdio/allure-reporter": "^8.8.7",
"@wdio/devtools-service": "^8.8.6",
"@wdio/local-runner": "^8.8.6",
"@wdio/mocha-framework": "^8.8.6",
"@wdio/spec-reporter": "^8.8.6",
"chromedriver": "^112.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"wdio-chromedriver-service": "^8.1.1"
}
}