From 5baf558e778e27b066291215bab4d8573bb6aa0f Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 19 Jul 2022 08:35:48 +0200 Subject: [PATCH] update README regarding yarn usage --- e2e-tests/playwright/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/playwright/README.md b/e2e-tests/playwright/README.md index 3ebc9ce2f..a5fb742ef 100644 --- a/e2e-tests/playwright/README.md +++ b/e2e-tests/playwright/README.md @@ -20,5 +20,5 @@ to boot up the DEV system, before running the test. docker build -t gradido_e2e-tests-playwright . # run the Docker container and execute the given tests -docker run -it gradido_e2e-tests-playwright npx playwright test +docker run -it gradido_e2e-tests-playwright yarn playwright-e2e-tests ```