Adds Playwright installation instruction
Adds the instruction to install Playwright dependencies. This ensures that the necessary browser drivers are available for running Playwright tests.
This commit is contained in:
parent
d8c934fd6c
commit
0853d55233
1 changed files with 2 additions and 0 deletions
|
|
@ -184,6 +184,8 @@ The framework includes various test scenarios covering essential flows like:
|
|||
### Install dependencies
|
||||
npm install
|
||||
|
||||
npx playwright install
|
||||
|
||||
### Install SauceLabs CLI
|
||||
npm install saucectl
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue