An open API service indexing awesome lists of open source software.

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

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.

![BrowserStack Logo](https://d98b8t1nnulk5.cloudfront.net/production/images/layout/logo-header.png?1469004780)

## 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)