Fix lint
This commit is contained in:
parent
5c34189aa9
commit
288e1d37e9
1 changed files with 9 additions and 9 deletions
|
@ -24,19 +24,19 @@ module.exports = {
|
|||
specFileRetries: 0,
|
||||
|
||||
capabilities: [
|
||||
// {
|
||||
// 'browserName': 'chrome',
|
||||
// 'acceptInsecureCerts': true,
|
||||
// 'goog:chromeOptions': {
|
||||
// args: [ '--disable-gpu', windowSizeArg ],
|
||||
// prefs
|
||||
// }
|
||||
// },
|
||||
{
|
||||
'browserName': 'chrome',
|
||||
'acceptInsecureCerts': true,
|
||||
'goog:chromeOptions': {
|
||||
args: [ '--disable-gpu', windowSizeArg ],
|
||||
prefs
|
||||
}
|
||||
},
|
||||
{
|
||||
'browserName': 'firefox',
|
||||
'moz:firefoxOptions': {
|
||||
binary: '/usr/bin/firefox-developer-edition',
|
||||
// args: [ '--headless', windowSizeArg ],
|
||||
args: [ '--headless', windowSizeArg ],
|
||||
|
||||
prefs
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue