From 16d9f66ff97b3fb2759bc6fec80cefc1e2843502 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Wed, 10 Aug 2022 19:05:09 +0200 Subject: [PATCH] docs: improve text for whats installed (#16416) --- docs/src/intro-js.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index bf6bb1422d..77a93b09dc 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -62,13 +62,9 @@ tests-examples/ demo-todo-app.spec.ts ``` -The playwright [playwright.config](./test-configuration.md) is where you can add configuration for Playwright including modifying which browsers you would like to run Playwright on. +The [playwright.config](./test-configuration.md) is where you can add configuration for Playwright including modifying which browsers you would like to run Playwright on. If you are running tests inside an already existing project then dependencies will be added directly to your `package.json`. -If you are running tests inside an already existing project then dependencies will be added directly to your `package.json`. - -The `tests` folder contains a basic example test to help you get started with testing. - -For a more detailed example check out the `tests-examples` folder which contains tests written to test a todo app. +The `tests` folder contains a basic example test to help you get started with testing. For a more detailed example check out the `tests-examples` folder which contains tests written to test a todo app. ## Running the Example Test