1
0

Fix tests
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m44s

This commit is contained in:
2026-03-16 20:59:35 +01:00
parent 91f09b42a8
commit 18a1db3161
6 changed files with 21 additions and 14 deletions

View File

@@ -5,8 +5,12 @@ module.exports = defineConfig({
testMatch: '*.spec.js',
timeout: 300_000,
retries: 0,
expect: {
timeout: 10_000,
},
use: {
baseURL: 'http://localhost:8889',
actionTimeout: 10_000,
launchOptions: {
args: ['--disable-dev-shm-usage'],
},