add lcov and text-summary as coverage reporters

This commit is contained in:
Jacob Overgaard
2022-08-09 16:53:05 +02:00
parent 1562aefabc
commit 84493beee3

View File

@@ -10,6 +10,9 @@ export default {
playwrightLauncher({ product: 'firefox' }),
playwrightLauncher({ product: 'webkit' }),
],
coverageConfig: {
reporters: ['lcov', 'text-summary'],
},
testRunnerHtml: (testFramework) =>
`<html>
<body>