mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +01:00
add browserstack localidentifier for tunnel
This commit is contained in:
parent
9bd3d48b58
commit
b50b7ca72e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ async function runTest(testSettings){
|
|||
"seleniumVersion" : "4.0.0-alpha-6",
|
||||
"userName" : process.env.BROWSERSTACK_USERNAME,
|
||||
"accessKey" : process.env.BROWSERSTACK_ACCESS_KEY,
|
||||
"localIdentifier": process.env.BROWSERSTACK_LOCAL_IDENTIFIER,
|
||||
},
|
||||
"browserName" : "Chrome",
|
||||
"browserVersion" : "latest"
|
||||
|
|
Loading…
Reference in a new issue