docs(test-runner): fix missing reporter key config in snippet (#7242)

This commit is contained in:
Azriz Jasni 2021-06-21 19:52:25 +08:00 committed by GitHub
parent ea4eebeb2d
commit af06093869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: