docs: minor text fixes (#15656)
This commit is contained in:
parent
80bcfe70ec
commit
edd8f44066
|
|
@ -25,7 +25,7 @@ npm init playwright@latest
|
||||||
<TabItem value="yarn">
|
<TabItem value="yarn">
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn create playwright@latest
|
yarn create playwright
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
@ -37,7 +37,6 @@ Run the install command and select the following to get started:
|
||||||
- Name of your Tests folder (default is tests or e2e if you already have a tests folder in your project)
|
- Name of your Tests folder (default is tests or e2e if you already have a tests folder in your project)
|
||||||
- Add a GitHub Actions workflow to easily run tests on CI
|
- Add a GitHub Actions workflow to easily run tests on CI
|
||||||
|
|
||||||
<!-- For installing using the CLI see the [Getting Started (VS Code)](./getting-started-vscode.mdx) guide. -->
|
|
||||||
|
|
||||||
## What's Installed
|
## What's Installed
|
||||||
|
|
||||||
|
|
@ -49,7 +48,7 @@ package.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
tests/
|
tests/
|
||||||
example.spec.ts
|
example.spec.ts
|
||||||
tests-demos/
|
tests-examples/
|
||||||
demo-todo-app.spec.ts
|
demo-todo-app.spec.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue