Skip to content

Commit ac4c461

Browse files
authored
{fix} make collectionCoverage a configurable option (bgotink#27)
1 parent 3d250d8 commit ac4c461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const coverageFixtures: Fixtures<
2020
PlaywrightTestArgs & PlaywrightTestOptions,
2121
PlaywrightWorkerArgs & PlaywrightWorkerOptions
2222
> = {
23-
collectCoverage: true,
23+
collectCoverage: [true, { option: true } ],
2424

2525
page: async ({page, collectCoverage, browserName}, use, testInfo) => {
2626
if (browserName !== 'chromium' || !collectCoverage) {

0 commit comments

Comments
 (0)