diff --git a/docs/src/html-reporter-js.md b/docs/src/html-reporter-js.md deleted file mode 100644 index 5ec3e54f88..0000000000 --- a/docs/src/html-reporter-js.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -id: html-reporter -title: "HTML Reporter" ---- - -The HTML Reporter shows you a full report of your tests allowing you to filter the report by browsers, passed tests, failed tests, skipped tests and flaky tests. By default, the HTML report is opened automatically if some of the tests failed. - -```bash -npx playwright show-report -``` - -image - -You can click on each test to get more info on the test and explore the errors section which will show you what errors there are and on what line as well as suggestions on how to fix the errors. Each step of the test can be expanded and looked into in detail. - -image \ No newline at end of file diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 8c5554ddbb..21c08b165f 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -82,7 +82,7 @@ See our doc on [Running Tests](./running-tests.md) to learn more about running t ## HTML Test Reports -Once your test has finished running a [HTML Reporter](./html-reporter.md) will have been created which shows you a full report of your tests allowing you to filter the report by browsers, passed tests, failed tests, skipped tests and flaky tests. You can click on each test and explore the test's errors as well as each step of the test. By default, the HTML report is opened automatically if some of the tests failed. +Once your test has finished running a [HTML Reporter](./test-reporters.md#html-reporter) will have been created which shows you a full report of your tests allowing you to filter the report by browsers, passed tests, failed tests, skipped tests and flaky tests. You can click on each test and explore the test's errors as well as each step of the test. By default, the HTML report is opened automatically if some of the tests failed. ```bash npx playwright show-report diff --git a/docs/src/running-tests-js.md b/docs/src/running-tests-js.md index 532293a06a..1bfe0b0b77 100644 --- a/docs/src/running-tests-js.md +++ b/docs/src/running-tests-js.md @@ -90,7 +90,7 @@ Check out our [debugging guide](./debug.md) to learn more about the [Playwright ## Test Reports -The [HTML Reporter](./html-reporter.md) shows you a full report of your tests allowing you to filter the report by browsers, passed tests, failed tests, skipped tests and flaky tests. By default, the HTML report is opened automatically if some of the tests failed. +The [HTML Reporter](././test-reporters.md#html-reporter) shows you a full report of your tests allowing you to filter the report by browsers, passed tests, failed tests, skipped tests and flaky tests. By default, the HTML report is opened automatically if some of the tests failed. ```bash npx playwright show-report