mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
add custom ff options
This commit is contained in:
parent
2402634527
commit
bfba928b53
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ async function runTest(testSettings){
|
|||
'browserName': testSettings.browserName,
|
||||
'platformName': testSettings.platformName,
|
||||
'browserVersion': testSettings.browserVersion,
|
||||
'mozz:firefoxOptions': {
|
||||
prefs: {
|
||||
'devtools.debugger.remote-enabled': true,
|
||||
'devtools.debugger.prompt-connection': false,
|
||||
'devtools.chrome.enabled': true
|
||||
}
|
||||
},
|
||||
'sauce:options': {
|
||||
'username': process.env.SAUCE_USERNAME,
|
||||
'accessKey': process.env.SAUCE_ACCESS_KEY,
|
||||
|
|
Loading…
Reference in a new issue