mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 11:22:41 +01:00
add nativeEvents
This commit is contained in:
parent
279623b255
commit
513d6ac764
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ async function runTest(testSettings){
|
|||
'devtools.chrome.enabled': true
|
||||
}
|
||||
},
|
||||
'nativeEvents': true,
|
||||
'sauce:options': {
|
||||
'username': process.env.SAUCE_USERNAME,
|
||||
'accessKey': process.env.SAUCE_ACCESS_KEY,
|
||||
|
@ -30,6 +31,7 @@ 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,
|
||||
'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