From 214f098d854b2856f37a4b7933c7a0009a4499e8 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Fri, 5 Aug 2022 21:37:23 +0200 Subject: [PATCH] docs: add you will learn section (#16313) --- docs/src/intro-js.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index ba2bb04b44..010fb789f8 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -3,9 +3,19 @@ id: intro title: "Installation" --- -Playwright Test was created specifically to accommodate the needs of end-to-end testing. Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed with native mobile emulation of Google Chrome for Android and Mobile Safari. +Playwright Test was created specifically to accommodate the needs of end-to-end testing. Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed with native mobile emulation of Google Chrome for Android and Mobile Safari. -Get started by installing Playwright and running the example test to see it in action. Alternatively you can also get started and run your tests using the [VS Code Extension](./getting-started-vscode.md). +**You will learn** + +- [How to install Playwright](/intro.md#installing-playwright) +- [What's Installed](/intro.md#whats-installed) +- [How to run the example test](/intro.md#running-the-example-test) +- [How to open the HTML test report](/intro.md#html-test-reports) + + +## Installing Playwright + +Get started by installing Playwright using npm or yarn. Alternatively you can also get started and run your tests using the [VS Code Extension](./getting-started-vscode.md).