add lcov and text-summary as coverage reporters
This commit is contained in:
@@ -10,6 +10,9 @@ export default {
|
||||
playwrightLauncher({ product: 'firefox' }),
|
||||
playwrightLauncher({ product: 'webkit' }),
|
||||
],
|
||||
coverageConfig: {
|
||||
reporters: ['lcov', 'text-summary'],
|
||||
},
|
||||
testRunnerHtml: (testFramework) =>
|
||||
`<html>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user