From 3256545f83784f6a0405f1630fed50a189aa74d0 Mon Sep 17 00:00:00 2001 From: Ricky Mettler Date: Fri, 23 Feb 2024 18:10:37 -0600 Subject: [PATCH 1/2] add intro link --- docs/tools/playwright/playwright.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tools/playwright/playwright.md b/docs/tools/playwright/playwright.md index c58643b1715..d4c8dc580f8 100644 --- a/docs/tools/playwright/playwright.md +++ b/docs/tools/playwright/playwright.md @@ -3,6 +3,11 @@ sidebar_position: 1 --- # Playwright + +## Playwright documentation +https://playwright.dev/docs/intro +The documentation is well rounded. It also includes conventional use of specific playwright library functions regarding UI test practices. + ## Running Playwright locally with VSCode Running Playwright Tests locally: From 7da53937ce43418c0318562e3a314e13a1dd0f6b Mon Sep 17 00:00:00 2001 From: Ricky Mettler Date: Fri, 23 Feb 2024 18:13:26 -0600 Subject: [PATCH 2/2] remove line --- docs/tools/playwright/playwright.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tools/playwright/playwright.md b/docs/tools/playwright/playwright.md index d4c8dc580f8..bfe6fb6dd6f 100644 --- a/docs/tools/playwright/playwright.md +++ b/docs/tools/playwright/playwright.md @@ -10,7 +10,6 @@ The documentation is well rounded. It also includes conventional use of specific ## Running Playwright locally with VSCode -Running Playwright Tests locally: 1. Install the **Playwright Test for VSCode** extension 1. Press **Command+Shift+P** and then type: **Install Playwright** select what should be the first option **Test: Install Playwright** 1. You will be asked which browsers you want to install, you can just use Chromium other are optional, you don't need the Github Actions one