docs: improve text for whats installed (#16416)

This commit is contained in:
Debbie O'Brien 2022-08-10 19:05:09 +02:00 committed by GitHub
parent 1a76465623
commit 16d9f66ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,13 +62,9 @@ tests-examples/
demo-todo-app.spec.ts 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 ## Running the Example Test