From a4e32425b2d2b692c2926aa5164abbb369ad3255 Mon Sep 17 00:00:00 2001 From: MihirR-BS Date: Mon, 11 Aug 2025 19:46:25 +0530 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6a2492..917b0a9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repo contains samples for running [Playwright](https://playwright.dev/docs/ ## Setup -* Clone the repo `git clone -b sdk https://github.com/browserstack/node-js-playwright-browserstack.git` and run `cd node-js-playwright-browserstack`. //insert ours here +* Clone the repo `git clone https://github.com/browserstack/browserstack-playwright-load-testing-sample.git`. * Set `BROWSERSTACK_USERNAME` and `BROWSERSTACK_ACCESS_KEY` as environment variables with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings) * Run `npm i` to install the dependencies. * Update the same in `browserstack-load.yaml` file.