-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.62 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.62 KB
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
44
45
{
"name": "expresspigeon_e2e_test",
"version": "1.0.0",
"main": "home.js",
"dependencies": {
"mochawesome-report-generator": "^4.1.0",
"webdriverio": "^6.0.13"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"@wdio/allure-reporter": "^6.0.12",
"@wdio/browserstack-service": "^6.0.12",
"@wdio/cli": "^6.0.13",
"@wdio/local-runner": "^6.0.13",
"@wdio/mocha-framework": "^6.0.13",
"@wdio/spec-reporter": "^6.0.12",
"@wdio/sync": "^6.0.12",
"browserstack-local": "^1.4.5",
"chai": "^4.2.0",
"del": "^5.1.0",
"chai-http": "^4.3.0",
"chai-string": "^1.5.0",
"cross-env": "^7.0.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"wdio-mochawesome-reporter": "^3.2.0"
},
"scripts": {
"test": "cross-env HOST=https://expresspigeontest.com/ USER=demo_e2e@expresspigeon.com SECRET=QlCsS5_Fo#Y3 PASSWORD=Qwerty_123! ./node_modules/.bin/wdio",
"testProd": "cross-env HOST=https://expresspigeon.com/ USER=evgeniy.shvab@gmail.com SECRET= PASSWORD=Ghjcnjgfhjkm_12345! ./node_modules/.bin/wdio",
"reportGenerate": "allure generate allure-results/ --clean"
},
"keywords": [],
"author": "Eugene Shvab",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/expresspigeon/qa_e2e_test/"
},
"homepage": "https://expresspigeontest.com",
"description": "E2E Automation project ExpressPigeon"
}