From ad1ae634340bb505c78ee17e53e6fcfb515d567e Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Mon, 8 Aug 2022 17:59:26 +0200 Subject: [PATCH 1/4] docs: add missing alt tags --- docs/src/intro-js.md | 2 +- docs/src/running-tests-js.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 010fb789f8340..fa84973309b57 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -88,7 +88,7 @@ Once your test has finished running a [HTML Reporter](./html-reporter.md) will h npx playwright show-report ``` -image +HTML Test Reports ## What's next diff --git a/docs/src/running-tests-js.md b/docs/src/running-tests-js.md index 9a591b0d82712..3d2881821d78a 100644 --- a/docs/src/running-tests-js.md +++ b/docs/src/running-tests-js.md @@ -82,7 +82,7 @@ Since Playwright runs in Node.js, you can debug it with your debugger of choice npx playwright test example.spec.ts:42 --debug ``` -Screenshot 2022-07-29 at 23 50 13 +Debugging Tests Check out our [debugging guide](./debug.md) to learn more about the [Playwright Inspector](./debug.md#playwright-inspector) as well as debugging with [Browser Developer tools](./debug.md#browser-developer-tools). @@ -96,11 +96,11 @@ The [HTML Reporter](./html-reporter.md) shows you a full report of your tests al npx playwright show-report ``` -image +Test Reports view You can click on each test and explore the tests errors as well as each step of the test. -image +Test Reports detailed view ## What's Next From 3dc1eda9a84f06f424da5e58283ed7fe5664cc1e Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Tue, 9 Aug 2022 15:36:39 +0200 Subject: [PATCH 2/4] Update docs/src/intro-js.md Co-authored-by: Max Schmitt --- docs/src/intro-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index fa84973309b57..8c5554ddbb44b 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -88,7 +88,7 @@ Once your test has finished running a [HTML Reporter](./html-reporter.md) will h npx playwright show-report ``` -HTML Test Reports +HTML Reporter ## What's next From 48266f8bf4f932a1f354eed4222eb5709f019ea8 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Tue, 9 Aug 2022 15:36:52 +0200 Subject: [PATCH 3/4] Update docs/src/running-tests-js.md Co-authored-by: Max Schmitt --- docs/src/running-tests-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/running-tests-js.md b/docs/src/running-tests-js.md index 3d2881821d78a..37cb45404025c 100644 --- a/docs/src/running-tests-js.md +++ b/docs/src/running-tests-js.md @@ -96,7 +96,7 @@ The [HTML Reporter](./html-reporter.md) shows you a full report of your tests al npx playwright show-report ``` -Test Reports view +HTML Report > Test Reports view You can click on each test and explore the tests errors as well as each step of the test. From 440c0a07f19fdcd01a71f7c00d444ff9f96ecc35 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Tue, 9 Aug 2022 15:37:05 +0200 Subject: [PATCH 4/4] Update docs/src/running-tests-js.md Co-authored-by: Max Schmitt --- docs/src/running-tests-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/running-tests-js.md b/docs/src/running-tests-js.md index 37cb45404025c..532293a06a931 100644 --- a/docs/src/running-tests-js.md +++ b/docs/src/running-tests-js.md @@ -100,7 +100,7 @@ npx playwright show-report You can click on each test and explore the tests errors as well as each step of the test. -Test Reports detailed view +HTML Reporter > Test Reports detailed view ## What's Next