Skip to content

Commit

Permalink
test: remove null reporter from hooks test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Nov 20, 2023
1 parent 49aa41f commit 38e16b5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/hooks-custom-world/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ export default defineConfig({
require: ['steps.ts'],
}),
workers: 1,
reporter: 'null',
forbidOnly: Boolean(process.env.FORBID_ONLY),
});
1 change: 0 additions & 1 deletion test/hooks-order/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ export default defineConfig({
require: ['steps.ts'],
}),
workers: 1,
reporter: 'null',
forbidOnly: Boolean(process.env.FORBID_ONLY),
});
1 change: 0 additions & 1 deletion test/hooks-tags/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ export default defineConfig({
require: ['steps.ts'],
}),
workers: 1,
reporter: 'null',
forbidOnly: Boolean(process.env.FORBID_ONLY),
});
1 change: 0 additions & 1 deletion test/hooks-timeout/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ export default defineConfig({
require: ['steps.ts'],
}),
workers: 1,
reporter: 'null',
forbidOnly: Boolean(process.env.FORBID_ONLY),
});

0 comments on commit 38e16b5

Please sign in to comment.