pull/5897/head
Chocobozzz 2023-07-12 13:39:37 +02:00
parent 5c34189aa9
commit 288e1d37e9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 9 additions and 9 deletions

View File

@ -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
}