-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestem.yml
51 lines (37 loc) · 1.21 KB
/
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
42
43
44
45
46
47
48
49
50
51
framework: mocha
on_start:
command: browserstack tunnel localhost:<port>
wait_for_text: Tunnel is running
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
bs_android_23:
command: browserstack launch --attach "Motorola Photon 4G" <url>
protocol: browser
bs_android_41:
command: browserstack launch --attach "Samsung Galaxy S III" <url>
protocol: browser
launch_in_ci: [bs_opera, bs_chrome, bs_firefox, bs_safari_51, bs_safari_5, bs_ie_8, bs_ie_9, bs_android_23, bs_android_41]
launch_in_dev: []