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).