We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868d262 commit 7dd8291Copy full SHA for 7dd8291
test/protractor.conf.js
@@ -32,7 +32,21 @@ exports.config = {
32
capabilities: {
33
'browserName': 'chrome',
34
'chromeOptions': {
35
- 'args': ['show-fps-counter=true']
+ '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
+ ]
50
}
51
},
52
0 commit comments