docs(js): add step to the cli install command overview (#19089)

This commit is contained in:
Brian Zelip 2022-11-28 23:02:55 -05:00 committed by GitHub
parent 43cde2db10
commit 7a68e79b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ Run the install command and select the following to get started:
- Choose between TypeScript or JavaScript (default is TypeScript)
- 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
- Install Playwright browsers (default is true)
## What's Installed