1
0

Ensure end-to-end tests run as expected

This commit is contained in:
2026-03-17 19:03:14 +01:00
parent dbd2f391bd
commit 4713683638
4 changed files with 302 additions and 265 deletions

View File

@@ -13,6 +13,7 @@ module.exports = defineConfig({
actionTimeout: 10_000,
launchOptions: {
args: ['--disable-dev-shm-usage'],
slowMo: parseInt(process.env.SLOW_MO || '0', 10),
},
},
webServer: {