Command line argument for chromium test for fake webrtc (#4199)

pull/4201/head
Daniel Krol 2020-07-28 05:33:49 -04:00 committed by GitHub
parent d25cd891ae
commit 859a128c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ sauceTestWorker.push({
'platform' : 'Windows 7' 'platform' : 'Windows 7'
, 'browserName' : 'chrome' , 'browserName' : 'chrome'
, 'version' : '55.0' , 'version' : '55.0'
, 'args' : ['--use-fake-device-for-media-stream']
}); });
// 3) Safari on OSX 10.15 // 3) Safari on OSX 10.15