NuxtN
Nuxt10mo ago
12 replies
Tobberoth

Playwright browser wont open

Even though my setup function looks like this:
await setup({
host: 'http://localhost:3000',
browser: true
})

No browser window is opened when I run "npm run test", the tests just run in the CLI as if browser was set to false.
Was this page helpful?