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:
@@ -11,7 +11,7 @@ export default {
|
||||
playwrightLauncher({ product: 'webkit' }),
|
||||
],
|
||||
coverageConfig: {
|
||||
reporters: ['lcov', 'text-summary'],
|
||||
reporters: ['lcovonly', 'text-summary'],
|
||||
},
|
||||
testRunnerHtml: (testFramework) =>
|
||||
`<html>
|
||||
|
||||
Reference in New Issue
Block a user