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