From 0853d552338adb48b862a7370abbe1d3cdfbf633 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Tue, 8 Apr 2025 09:49:44 -0400 Subject: [PATCH] Adds Playwright installation instruction Adds the instruction to install Playwright dependencies. This ensures that the necessary browser drivers are available 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 2dccba995..98a580260 100644 --- a/playwright-tests/README.md +++ b/playwright-tests/README.md @@ -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