-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 927 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": "wdio-appium-fw",
"version": "1.0.0",
"description": "tests for android with appium + webdriver io",
"main": "index.js",
"scripts": {
"wdio": "./node_modules/.bin/wdio test/configs/wdio.conf.js",
"report": "./node_modules/.bin/allure generate reports/allure-results -o reports/allure-report --clean",
"test": "npm-run-all wdio --continue-on-error report"
},
"author": "Ivan Kotovich",
"license": "ISC",
"devDependencies": {
"@wdio/allure-reporter": "^5.4.9",
"@wdio/cli": "^5.4.9",
"@wdio/dot-reporter": "^5.4.3",
"@wdio/jasmine-framework": "^5.4.8",
"@wdio/local-runner": "^5.4.9",
"@wdio/spec-reporter": "^5.4.3",
"@wdio/sync": "^5.4.6",
"allure-commandline": "^2.9.0",
"appium": "^1.7.1",
"jasmine": "^2.8.0",
"jasmine-reporters": "^2.2.1",
"npm-run-all": "^4.1.5",
"wdio-json-reporter": "^0.4.0",
"webdriverio": "^5.4.9"
}
}