mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
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 New Issue
Block a user