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.
This commit is contained in:
maguire-arman 2025-04-08 13:22:31 -04:00
parent 888c235b27
commit 9f2607005e

View file

@ -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