Skip to content

Commit 7dd8291

Browse files
committed
Speed up e2e tests
1 parent 868d262 commit 7dd8291

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

test/protractor.conf.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,21 @@ exports.config = {
3232
capabilities: {
3333
'browserName': 'chrome',
3434
'chromeOptions': {
35-
'args': ['show-fps-counter=true']
35+
'args': [
36+
'--show-fps-counter',
37+
'--no-default-browser-check',
38+
'--no-first-run',
39+
'--disable-default-apps',
40+
'--disable-popup-blocking',
41+
'--disable-translate',
42+
'--disable-background-timer-throttling',
43+
'--disable-renderer-backgrounding',
44+
'--disable-device-discovery-notifications',
45+
/* enable these if you'd like to test using Chrome Headless
46+
'--no-gpu',
47+
'--headless'
48+
*/
49+
]
3650
}
3751
},
3852

0 commit comments

Comments
 (0)