From c1bd6148459f8674f1f089864a8f5855d45c5200 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 19 Jun 2024 01:10:27 +0000 Subject: [PATCH] style: Readme with worker 1 info --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index adfadc64..0d587229 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,7 @@ Follow these steps: ## Additional Information +If workers is no needed use: +- `npx playwright test --project=webkit --workers 4` + For more information on how to write tests using Playwright - [Playwright documentation](https://playwright.dev/docs/intro).