From 2b826d5075077d70a13621831f2cd3c2da809b7c Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 4 Dec 2024 09:12:52 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e2d051..ee9110ec 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,11 @@ npm run format:css # Fix CSS code We use WordPress's official testing environment powered by Docker and wp-env. 1. [Install Docker](https://www.docker.com/) on your machine -2. Run tests: +2. Start the server: + ```bash + npm run env:start + ``` +3. Run tests: ```bash # End-to-end tests (Playwright) npm run test:e2e