Skip to content

Commit c545d9b

Browse files
author
Anthony Kirwan
committed
use Chrome for testing headless
1 parent 829aece commit c545d9b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

testem.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ module.exports = {
44
"test_page": "tests/index.html?hidepassed",
55
"disable_watching": true,
66
"launch_in_ci": [
7-
"PhantomJS"
7+
"Chrome"
88
],
99
"launch_in_dev": [
10-
"PhantomJS",
1110
"Chrome"
12-
]
11+
],
12+
"browser_args": {
13+
Chrome: [
14+
'--disable-gpu',
15+
'--headless',
16+
'--remote-debugging-port=9222',
17+
'--window-size=1440,900'
18+
]
19+
}
1320
};

0 commit comments

Comments
 (0)