From 7a68e79b7f8c9a331e84a6f58115f811984fa7cd Mon Sep 17 00:00:00 2001 From: Brian Zelip Date: Mon, 28 Nov 2022 23:02:55 -0500 Subject: [PATCH] docs(js): add step to the cli install command overview (#19089) --- docs/src/intro-js.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 22873fc99f..e5c5f58904 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -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