-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.json
24 lines (24 loc) · 964 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
{
"name": "nightwatch-update-status-sauce-rdc-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test.saucelabs.android.eu": "REGION=eu DATE=\"$(date)\" nightwatch --config tests/configs/nightwatch.conf.js --env androidChrome",
"test.saucelabs.android.us": "REGION=eu DATE=\"$(date)\" nightwatch --config tests/configs/nightwatch.conf.js --env androidChrome",
"test.saucelabs.ios.eu": "REGION=eu DATE=\"$(date)\" nightwatch --config tests/configs/nightwatch.conf.js --env iosSafari",
"test.saucelabs.ios.us": "REGION=eu DATE=\"$(date)\" nightwatch --config tests/configs/nightwatch.conf.js --env iosSafari",
"lint": "eslint ../.. --ext .js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.6.0",
"eslint-plugin-import": "^2.25.4",
"nightwatch": "^1.7.13",
"node-fetch": "^3.1.0",
"saucelabs": "^7.1.3"
}
}