https://github.com/browserstack/browserstack-webdriverio-load-testing-sample
Sample repository for WebdriverIO load-testing test
https://github.com/browserstack/browserstack-webdriverio-load-testing-sample
Last synced: 7 days ago
JSON representation
Sample repository for WebdriverIO load-testing test
- Host: GitHub
- URL: https://github.com/browserstack/browserstack-webdriverio-load-testing-sample
- Owner: browserstack
- Created: 2025-09-19T05:34:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-06-24T14:17:37.000Z (22 days ago)
- Last Synced: 2026-06-28T23:02:25.768Z (17 days ago)
- Language: JavaScript
- Size: 2.79 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# browserstack-webdriverio-load-testing-sample
This repo contains samples for running [WebdriverIO](https://webdriver.io/) tests on BrowserStack using the browserstack-node-sdk.

## Setup
* Clone the repo `git clone https://github.com/browserstack/browserstack-webdriverio-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.
* Open the browserstack-load.yaml file and update it with the relevant load test configurations.
## Running your tests
- Run the given command to start your test: `npx browserstack-cli load run`.
## Notes
* You can view your test results on the [BrowserStack Load Testing dashboard](https://load.browserstack.com)