test: harden NWC browser lifecycle coverage

This commit is contained in:
2026-08-22 16:56:49 +02:00
parent a40079200d
commit 76d59d8d08
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ export default defineConfig({
use: {
baseURL: 'http://localhost:9333',
trace: 'on-first-retry',
trace: 'retain-on-failure',
screenshot: 'only-on-failure',
serviceWorkers: 'block',
launchOptions: {
executablePath: process.env.CHROMIUM_PATH || findSystemChromium(),