Skip to content

Commit 10103bb

Browse files
feat(roll): roll to ToT Playwright (18-11-25) (#1923)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
1 parent 9829af5 commit 10103bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs/docs/api/class-testconfig.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ The list of reporters to use. Each reporter can be:
608608
* A module name like `'my-awesome-reporter'`.
609609
* A relative path to the reporter like `'./reporters/my-awesome-reporter.js'`.
610610

611-
You can pass options to the reporter in a tuple like `['json', { outputFile: './report.json' }]`.
611+
You can pass options to the reporter in a tuple like `['json', { outputFile: './report.json' }]`. If the property is not specified, Playwright uses the `'dot'` reporter when the CI environment variable is set, and the `'list'` reporter otherwise.
612612

613613
Learn more in the [reporters guide](../test-reporters.mdx).
614614

0 commit comments

Comments
 (0)