From a7a54dc774e1190614805599f19ae6136240eb07 Mon Sep 17 00:00:00 2001 From: Johannes Linke Date: Tue, 12 Mar 2024 12:05:37 +0100 Subject: [PATCH] Add 'npx playwright install' to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfc8eb6..484c8d9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Start by cloning the repo and installing the dependencies: ```bash npm install +npx playwright install ``` Use the [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright) to run the tests in the tests folder from VS Code or run the following command in the terminal: