-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1.4 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
{
"name": "webdriverio-down-upload",
"version": "1.0.0",
"description": "Example of how to do down and uploads with WebdriverIO and local / Sauce Labs",
"main": "index.js",
"scripts": {
"test.local.download": "./node_modules/.bin/wdio ./tests/configs/wdio.local.download.conf.js",
"test.sauce.download": "./node_modules/.bin/wdio ./tests/configs/wdio.sauce.download.conf.js",
"test.local.upload": "./node_modules/.bin/wdio ./tests/configs/wdio.local.upload.conf.js",
"test.sauce.upload": "./scripts/push_to_storage.sh && ./node_modules/.bin/wdio ./tests/configs/wdio.sauce.upload.conf.js",
"test.sauce.chrome.upload": "./node_modules/.bin/wdio ./tests/configs/wdio.sauce.chrome.upload.conf.js"
},
"keywords": [
"upload",
"download",
"webdriverio"
],
"author": "wswebcreation",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.5.5",
"@wdio/cli": "^5.12.4",
"@wdio/firefox-profile-service": "^5.12.1",
"@wdio/jasmine-framework": "^5.12.1",
"@wdio/local-runner": "^5.12.4",
"@wdio/sauce-service": "^5.12.1",
"@wdio/selenium-standalone-service": "^5.12.1",
"@wdio/spec-reporter": "^5.12.1",
"@wdio/sync": "^5.12.3",
"fs-extra": "^7.0.1",
"webdriverio": "^5.12.4"
}
}