docs: improve text for whats installed (#16416)
This commit is contained in:
parent
1a76465623
commit
16d9f66ff9
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue