make sure web-test-runner does not waste time with a html report since its now handled in a github action

This commit is contained in:
Jacob Overgaard
2022-08-09 17:30:07 +02:00
parent 788d2c1e5c
commit 18a73aefbc

View File

@@ -11,7 +11,7 @@ export default {
playwrightLauncher({ product: 'webkit' }),
],
coverageConfig: {
reporters: ['lcov', 'text-summary'],
reporters: ['lcovonly', 'text-summary'],
},
testRunnerHtml: (testFramework) =>
`<html>