From 9f2607005ee9e9005e78ec8f0911109dbf81560d Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Tue, 8 Apr 2025 13:22:31 -0400 Subject: [PATCH] Adds installation option with dependencies Suggests an alternative installation command that includes chromium and its dependencies. This ensures users have a complete and functional environment for running Playwright tests. --- playwright-tests/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playwright-tests/README.md b/playwright-tests/README.md index 3d5ef553b..d9217787b 100644 --- a/playwright-tests/README.md +++ b/playwright-tests/README.md @@ -185,6 +185,8 @@ The framework includes various test scenarios covering essential flows like: npm install npx playwright install +or +RUN npx playwright install chromium --with-deps ### Run Tests with script npm run test:playwright