From ba588906db9255ff7abae1c093fbaf42252f61c0 Mon Sep 17 00:00:00 2001 From: fasani-tx <106686187+fasani-tx@users.noreply.github.com> Date: Mon, 13 Jun 2022 19:37:01 +0200 Subject: [PATCH] docs(readme): add links to playwright features (#14826) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4654ee2324..7382c2647b 100644 --- a/README.md +++ b/README.md @@ -77,11 +77,11 @@ Test frames, pierce Shadow DOM. Playwright selectors pierce shadow DOM and allow ### Powerful Tooling -**Codegen**. Generate tests by recording your actions. Save them into any language. +**[Codegen](https://playwright.dev/docs/codegen)**. Generate tests by recording your actions. Save them into any language. -**Playwright inspector**. Inspect page, generate selectors, step through the test execution, see click points, explore execution logs. +**[Playwright inspector](https://playwright.dev/docs/inspector)**. Inspect page, generate selectors, step through the test execution, see click points, explore execution logs. -**Trace Viewer**. Capture all the information to investigate the test failure. Playwright trace contains test execution screencast, live DOM snapshots, action explorer, test source and many more. +**[Trace Viewer](https://playwright.dev/docs/trace-viewer)**. Capture all the information to investigate the test failure. Playwright trace contains test execution screencast, live DOM snapshots, action explorer, test source and many more. Looking for Playwright for [TypeScript](https://playwright.dev/docs/intro), [JavaScript](https://playwright.dev/docs/intro), [Python](https://playwright.dev/python/docs/intro), [.NET](https://playwright.dev/dotnet/docs/intro), or [Java](https://playwright.dev/java/docs/intro)?