From 6e7e3591437b2b8d997f63b0bb56fb980196c7e3 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 29 Apr 2024 11:22:58 -0700 Subject: [PATCH] Fix typo --- docs/src/test-reporters-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index 7ec1e4a03acea..6c85dba15d162 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -304,7 +304,7 @@ JUnit report supports following configuration options and environment variables: | Environment Variable Name | Reporter Config Option| Description | Default |---|---|---|---| | `PLAYWRIGHT_JUNIT_OUTPUT_NAME` | `outputFile` | Report file path. | JUnit report is printed to stdout. -| | `stripANSIControlSequences` | Wether to remove ANSI control sequences from the text before writing it in the report. | By default output text is added as is. +| | `stripANSIControlSequences` | Whether to remove ANSI control sequences from the text before writing it in the report. | By default output text is added as is. | | `includeProjectInTestName` | Whether to include Playwright project name in every test case as a name prefix. | By default not included. | `PLAYWRIGHT_JUNIT_SUITE_ID` | | Value of the `id` attribute on the root `` report entry. | Empty string. | `PLAYWRIGHT_JUNIT_SUITE_NAME` | | Value of the `name` attribute on the root `` report entry. | Empty string.