import assertions are not currently supported in firefox, so we test in chrome for now

This commit is contained in:
Jacob Overgaard
2023-05-26 15:00:35 +02:00
parent bbe84ced8c
commit a4c8e2617c

View File

@@ -91,7 +91,7 @@ export default {
},
}),
],
browsers: [playwrightLauncher({ product: 'firefox' }), playwrightLauncher({ product: 'webkit' })],
browsers: [playwrightLauncher({ product: 'chromium' }), playwrightLauncher({ product: 'webkit' })],
coverageConfig: {
reporters: ['lcovonly', 'text-summary'],
},