mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
test: harden NWC browser lifecycle coverage
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user