docs(test-runner): fix missing reporter key config in snippet (#7242)
This commit is contained in:
parent
ea4eebeb2d
commit
af06093869
|
|
@ -53,6 +53,7 @@ module.exports = {
|
|||
import { PlaywrightTestConfig } from '@playwright/test';
|
||||
|
||||
const config: PlaywrightTestConfig = {
|
||||
reporter: !process.env.CI
|
||||
// Default 'list' reporter for the terminal
|
||||
? 'list'
|
||||
// Two reporters for CI:
|
||||
|
|
|
|||
Loading…
Reference in a new issue