forked from krux/postscribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testem.yml
41 lines (29 loc) · 946 Bytes
/
testem.yml
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
36
37
38
39
40
41
framework: qunit
test_page: test/test.html
launchers:
bs_opera:
command: browserstack launch --attach opera:12.11 <url>
protocol: browser
bs_firefox:
command: browserstack launch --attach firefox:16.0 <url>
protocol: browser
bs_chrome:
command: browserstack launch --attach chrome:24.0 <url>
protocol: browser
bs_safari_5:
command: browserstack launch --attach safari:5.0 <url>
protocol: browser
bs_safari_51:
command: browserstack launch --attach safari:5.1 <url>
protocol: browser
bs_ie_7:
command: browserstack launch --attach ie:7.0 <url>
protocol: browser
bs_ie_8:
command: browserstack launch --attach ie:8.0 <url>
protocol: browser
bs_ie_9:
command: browserstack launch --attach ie:9.0 <url>
protocol: browser
launch_in_ci: [PhantomJS, Firefox, bs_opera, bs_chrome, bs_safari_51, bs_safari_5, bs_ie_8, bs_ie_9, bs_ie_7]
launch_in_dev: [PhantomJS]