forked from js-cookie/js-cookie
-
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) · 831 Bytes
/
browserstack.json
File metadata and controls
35 lines (35 loc) · 831 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
{
"test_framework" : "qunit",
"test_path": [
"test/index.html",
"test/amd.html",
"test/environment-with-amd-and-umd.html",
"test/encoding.html?integration_baseurl=http://127.0.0.1:9998/"
],
"exit_with_fail": true,
"browsers": [
"chrome_previous",
"chrome_latest",
"firefox_previous",
"firefox_latest",
"ie_6",
"ie_7",
"ie_8",
"ie_9",
"ie_10",
"ie_11",
"opera_latest",
{
"browser": "safari",
"browser_version": "latest",
"os": "OS X",
"os_version": "High Sierra"
},
{
"browser": "safari",
"browser_version": "latest",
"os": "OS X",
"os_version": "Sierra"
}
]
}