From b2c087a6bc8f1265b602c7424ef16eda28a8b8c9 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 26 Apr 2024 09:02:00 -0700 Subject: [PATCH] Update docs/src/test-reporters-js.md Co-authored-by: Dmitry Gozman Signed-off-by: Yury Semikhatsky --- 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 d23bc79f93..6c7c41c819 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -231,7 +231,7 @@ Blob report supports following configuration options and environment variables: |---|---|---|---| | `PLAYWRIGHT_BLOB_OUTPUT_DIR` | `outputDir` | Directory to save the output. Existing content is deleted before writing the new report. | `blob-report` | `PLAYWRIGHT_BLOB_OUTPUT_NAME` | `fileName` | Report file name. | `report---.zip` -| `PLAYWRIGHT_BLOB_OUTPUT_FILE` | `outputFile` | Full path for the output. If defined, `outputDir` and `fileName` will be overridden | `undefined` +| `PLAYWRIGHT_BLOB_OUTPUT_FILE` | `outputFile` | Full path for the output. If defined, `outputDir` and `fileName` will be ignored. | `undefined` ### JSON reporter