Skip to content

Commit 7c5e240

Browse files
committed
test
1 parent a46e2a9 commit 7c5e240

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
browser: ['chrome', 'firefox', 'edge', 'safari']
47+
browser: ['chrome']
4848
env:
4949
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
5050
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

vitest.browser.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ function buildBrowserStackCapabilities(config: typeof browserConfig) {
222222
// debug: true,
223223
networkLogs: false,
224224
consoleLogs: 'verbose' as const,
225-
idleTimeout: 600, // 10 minutes idle timeout
225+
idleTimeout: 600, // 10 minutes idle timeout,
226+
websocketUrl: false,
226227
},
227228
};
228229
}

0 commit comments

Comments
 (0)