-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
24 lines (24 loc) · 1.13 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
{
"name": "testcafe-saucedemo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test.local": "USERNAME=foobar node tests/configs/local.chrome.config.js",
"test.sauce.ex1.eu": "DATE=\\\"$(date)\\\" npx saucectl run -c ./.sauce/config-ex1.yml",
"test.sauce.ex1.us": "DATE=\\\"$(date)\\\" npx saucectl run -c ./.sauce/config-ex1.yml --region us-west-1",
"test.sauce.ex2.eu": "DATE=\\\"$(date)\\\" npx saucectl run -c ./.sauce/config-ex2.yml",
"test.sauce.ex2.us": "DATE=\\\"$(date)\\\" npx saucectl run -c ./.sauce/config-ex2.yml --region us-west-1",
"test.sauce.ex3.eu": "DATE=\\\"$(date)\\\" npx saucectl run -c ./.sauce/config-ex3.yml",
"test.sauce.ex3.us": "DATE=\\\"$(date)\\\" npx saucectl run -c ./.sauce/config-ex3.yml --region us-west-1",
"test.sauce.ex4.eu": "DATE=\\\"$(date)\\\" npx saucectl run -c ./.sauce/config-ex4.yml",
"test.sauce.ex4.us": "DATE=\\\"$(date)\\\" npx saucectl run -c ./.sauce/config-ex4.yml --region us-west-1"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"saucectl": "^0.86.0",
"testcafe": "^1.18.4"
}
}