update README regarding yarn usage

This commit is contained in:
mahula 2022-07-19 08:35:48 +02:00
parent 196e0e661d
commit 5baf558e77

View File

@ -20,5 +20,5 @@ to boot up the DEV system, before running the test.
docker build -t gradido_e2e-tests-playwright . docker build -t gradido_e2e-tests-playwright .
# run the Docker container and execute the given tests # 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
``` ```