docs(test-runner): fix link to test runner CLI docs (#7695)

This commit is contained in:
klhex 2021-07-18 12:07:45 +02:00 committed by GitHub
parent 602d815981
commit e5c7941b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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