mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Command line argument for chromium test for fake webrtc (#4199)
This commit is contained in:
parent
d25cd891ae
commit
859a128c54
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ sauceTestWorker.push({
|
|||
'platform' : 'Windows 7'
|
||||
, 'browserName' : 'chrome'
|
||||
, 'version' : '55.0'
|
||||
, 'args' : ['--use-fake-device-for-media-stream']
|
||||
});
|
||||
|
||||
// 3) Safari on OSX 10.15
|
||||
|
|
Loading…
Reference in a new issue