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';
|
import { PlaywrightTestConfig } from '@playwright/test';
|
||||||
|
|
||||||
const config: PlaywrightTestConfig = {
|
const config: PlaywrightTestConfig = {
|
||||||
|
reporter: !process.env.CI
|
||||||
// Default 'list' reporter for the terminal
|
// Default 'list' reporter for the terminal
|
||||||
? 'list'
|
? 'list'
|
||||||
// Two reporters for CI:
|
// Two reporters for CI:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue