mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 14:39:53 +01:00
chrome 83
This commit is contained in:
parent
94263aa896
commit
5cc155940a
1 changed files with 0 additions and 4 deletions
|
@ -16,8 +16,6 @@ async function runTest(testSettings){
|
|||
'browserName': testSettings.browserName,
|
||||
'platformName': testSettings.platformName,
|
||||
'browserVersion': testSettings.browserVersion,
|
||||
'nativeEvents': true,
|
||||
'chrome.nativeEvents': true,
|
||||
'sauce:options': {
|
||||
'username': process.env.SAUCE_USERNAME,
|
||||
'accessKey': process.env.SAUCE_ACCESS_KEY,
|
||||
|
@ -25,8 +23,6 @@ async function runTest(testSettings){
|
|||
'extendedDebugging': true, // when possible, enables network.har file and network tab
|
||||
'capturePerformance': true, // when possible, enables various performance related metrics
|
||||
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
'nativeEvents': true,
|
||||
'chrome.nativeEvents': true,
|
||||
'name': name,
|
||||
/* As a best practice, set important test metadata and execution options
|
||||
such as build info, tags for reporting, and timeout durations.
|
||||
|
|
Loading…
Reference in a new issue