Skip to content

Commit

Permalink
Adjust lambdatest-full config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed May 8, 2024
1 parent a7f983e commit b03393e
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,13 +1,13 @@
{
"type": "lambdatest",
"browsers": [
"chrome"
"chrome_windows_11"
],
"hostname": "localhost",
"port": 9876,
"protocol": "http",
"customLaunchers": {
"chrome": {
"chrome_windows_11": {
"base": "WebDriver",
"browserName": "chrome",
"platform": "windows 11",
Expand All @@ -16,7 +16,7 @@
"console": true,
"terminal": true,
"network": true,
"pseudoActivityInterval": 30000,
"pseudoActivityInterval": 5000,
"tunnel": true
}
},
Expand Down

0 comments on commit b03393e

Please sign in to comment.