We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a33fe4 commit f49e352Copy full SHA for f49e352
.github/workflows/javascript.yml
@@ -41,7 +41,7 @@ jobs:
41
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
42
43
browser_tests:
44
- runs-on: ubuntu-latest
+ runs-on: macos-latest
45
strategy:
46
matrix:
47
browser: ['chrome']
vitest.browser.config.mts
@@ -254,7 +254,7 @@ function buildBrowserInstances() {
254
logLevel: 'error' as const,
255
connectionRetryTimeout: 540000, // 9 minutes
256
connectionRetryCount: 9,
257
- // webSocketUrl: false, // Enable WebDriver Bidi
+ automationProtocol: 'webdriver', // Force classic WebDriver protocol
258
}));
259
}
260
0 commit comments