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:
parent
888c235b27
commit
9f2607005e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue