From ba8af4fcedac2713e57d038d12d01f64eb478724 Mon Sep 17 00:00:00 2001 From: Landan <148263228+landan-parker-0@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:35:10 -0600 Subject: [PATCH] Update index.md Added playwright documentation --- docs/tools/Playwright/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tools/Playwright/index.md b/docs/tools/Playwright/index.md index c58643b1715..b508de13591 100644 --- a/docs/tools/Playwright/index.md +++ b/docs/tools/Playwright/index.md @@ -16,3 +16,8 @@ Running Playwright Tests locally: 1. You should see a browser window open and will see click thru as the tests are run. You can also debug the Playwright tests using this method and drop breakpoints in the file. When you hover over the lines in debugger the associated components in the browser window it opened will be highlighted as well. + +## 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. +