import assertions are not currently supported in firefox, so we test in chrome for now
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user