forked from score-framework/js.dom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserstack.json
More file actions
35 lines (35 loc) · 824 Bytes
/
browserstack.json
File metadata and controls
35 lines (35 loc) · 824 Bytes
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
{
"project": "score.dom",
"test_framework" : "mocha",
"test_path": "test/index.html",
"browsers": [
"firefox_previous",
"firefox_latest",
"chrome_previous",
"chrome_latest",
"safari_previous",
"safari_latest",
"opera_latest",
{
"browser": "ie",
"browser_version": "9.0",
"device": null,
"os": "Windows",
"os_version": "7"
},
{
"browser": "ie",
"browser_version": "10.0",
"device": null,
"os": "Windows",
"os_version": "8"
},
{
"browser": "ie",
"browser_version": "11.0",
"device": null,
"os": "Windows"
},
"edge_latest"
]
}