From e5c7941b4941c51e5aba3b58a855b7cb5414ca7e Mon Sep 17 00:00:00 2001 From: klhex <71178731+klhex@users.noreply.github.com> Date: Sun, 18 Jul 2021 12:07:45 +0200 Subject: [PATCH] docs(test-runner): fix link to test runner CLI docs (#7695) --- docs/src/test-reporters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-reporters.md b/docs/src/test-reporters.md index 5b692d6456..a459d70553 100644 --- a/docs/src/test-reporters.md +++ b/docs/src/test-reporters.md @@ -7,7 +7,7 @@ title: "Reporters" ## Using reporters -Playwright Test comes with a few built-in reporters for different needs and ability to provide custom reporters. The easiest way to try out built-in reporters is to pass `--reporter` [command line option](./cli.md). +Playwright Test comes with a few built-in reporters for different needs and ability to provide custom reporters. The easiest way to try out built-in reporters is to pass `--reporter` [command line option](./test-cli.md). ```bash