-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworkspace.json
33 lines (33 loc) · 980 Bytes
/
workspace.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
{
"name": "Simple stc-cli Testing",
"build": {
"dir": "${workspace.dir}/build"
},
"packages": {
"dir": "${workspace.dir}/packages/local,${workspace.dir}/packages",
"extract": "${workspace.dir}/packages/remote"
},
"tests": {
"path": "test/project.json",
"browser": {
"farms": [
{
"name": "Sauce Pool",
"type": "saucelabs",
"port": 4444,
"host": "ondemand.saucelabs.com",
"username": "sencha",
"accessKey": "bb906983-9ec2-4e4d-bd5d-xxx",
"sessionLimit": 5,
"pools": [
{
"name": "saucePool",
"path": "pools/saucePool.json"
}
]
}
]
},
"archiveServers": []
}
}