only test firefox and webkit

This commit is contained in:
Jacob Overgaard
2023-01-31 10:12:30 +01:00
parent 74ed37f2e8
commit 7cb874b323

View File

@@ -32,7 +32,6 @@ export default {
}),
],
browsers: [
playwrightLauncher({ product: 'chromium' }),
playwrightLauncher({ product: 'firefox' }),
playwrightLauncher({ product: 'webkit' }),
],