https://github.com/browserstack/browserstack-playwright-load-testing-sample
Sample repository for Playwright load-testing test
https://github.com/browserstack/browserstack-playwright-load-testing-sample
Last synced: 8 days ago
JSON representation
Sample repository for Playwright load-testing test
- Host: GitHub
- URL: https://github.com/browserstack/browserstack-playwright-load-testing-sample
- Owner: browserstack
- Created: 2025-08-04T09:51:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-07-07T08:54:01.000Z (9 days ago)
- Last Synced: 2026-07-07T09:16:56.089Z (9 days ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# node-js-playwright-browserstack
This repo contains samples for running [Playwright](https://playwright.dev/docs/intro) tests on BrowserStack using the browserstack-node-sdk.

## Setup
* 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.
## Running your tests
- To run the sample tests in parallel across the platforms specified in the `browserstack-load.yaml`, run `npx browserstack-cli load run`.
## Notes
* You can view your test results on the [BrowserStack Load-Testing dashboard](https://load.browserstack.com/projects)