From 01cf4db10a7ec817f701ebffa402fcdd45be773f Mon Sep 17 00:00:00 2001 From: Vincent Dauce Date: Thu, 24 Oct 2024 18:53:31 +0200 Subject: [PATCH] Fix npx cmd --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 16534d0..a079780 100644 --- a/Readme.md +++ b/Readme.md @@ -70,7 +70,7 @@ More configuration options are is listed on [CodeceptJS Playwright page](https:/ Playwright module requires NodeJS server to be running. Start the server manually: ``` -npx codeception-playwright-module +npx codeception-module-playwright ``` If you want to start server automatically, use [RunProcess extension](https://codeception.com/extensions#RunProcess) from Codeception