From 404a3ae89b9095c37f0801c0b4b61fc8817a4baf Mon Sep 17 00:00:00 2001 From: Jason Robbins Date: Fri, 8 Sep 2023 08:08:34 -0700 Subject: [PATCH] Fix playwright command examples. (#3312) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bf86d08..8f812dd0 100644 --- a/README.md +++ b/README.md @@ -74,13 +74,13 @@ your change of the test files. To run the Playwright visual tests (aka end-to-end tests), the command to use is: ```bash -npm run pwtests --packages/playwright +npm run pwtests --workspace=playwright ``` If there are errors, or if you need to update any of the screeenshot images, you can update all images for all tests with: ```bash -npm run pwtests-update --packages/playwright +npm run pwtests-update --workspace=playwright ``` Then check the `packages/playwright/test-results` directory for any changes.