This repository has been archived by the owner on Aug 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathtestem-qunit.yml
61 lines (46 loc) · 1.87 KB
/
testem-qunit.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
52
53
54
55
56
57
58
59
60
61
framework: qunit
src_files:
- src/alice.core.js
- tests/qunit/*.js
launchers:
Win7_Firefox:
command: node tests/lib/saucelauncher-webdriver.js qunit 'firefox' '21' 'Windows 7'
protocol: browser
Win7_Chrome:
command: node tests/lib/saucelauncher-webdriver.js qunit 'chrome' '27' 'Windows 7'
protocol: browser
Win7_Opera:
command: node tests/lib/saucelauncher-webdriver.js qunit 'opera' '12' 'Windows 7'
protocol: browser
Win7_Safari:
command: node tests/lib/saucelauncher-webdriver.js qunit 'safari' '5' 'Windows 7'
protocol: browser
Win7_IE_9:
command: node tests/lib/saucelauncher-webdriver.js qunit 'internet explorer' '9' 'Windows 7'
protocol: browser
Win8_Firefox:
command: node tests/lib/saucelauncher-webdriver.js qunit 'firefox' '21' 'Windows 8'
protocol: browser
Win8_Chrome:
command: node tests/lib/saucelauncher-webdriver.js qunit 'chrome' '27' 'Windows 8'
protocol: browser
Win8_IE_10:
command: node tests/lib/saucelauncher-webdriver.js qunit 'internet explorer' '10' 'Windows 8'
protocol: browser
WinXP_Firefox:
command: node tests/lib/saucelauncher-webdriver.js qunit 'firefox' '21' 'Windows XP'
protocol: browser
WinXP_Chrome:
command: node tests/lib/saucelauncher-webdriver.js qunit 'chrome' '27' 'Windows XP'
protocol: browser
WinXP_Opera:
command: node tests/lib/saucelauncher-webdriver.js qunit 'opera' '12' 'Windows XP'
protocol: browser
iPhone:
command: node tests/lib/saucelauncher-webdriver.js qunit 'iphone' '6' 'OS X 10.8'
protocol: browser
iPad:
command: node tests/lib/saucelauncher-webdriver.js qunit 'ipad' '6' 'OS X 10.8'
protocol: browser
launch_in_ci: [Win7_Firefox, Win7_Chrome, Win7_Opera, Win7_Safari, Win7_IE_9, Win8_Firefox, Win8_Chrome, Win8_IE_10, WinXP_Firefox, WinXP_Chrome, WinXP_Opera, iPhone, iPad]
launch_in_dev: [phantomjs]