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:
maguire-arman 2025-04-08 09:49:44 -04:00
parent d8c934fd6c
commit 0853d55233

View file

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