You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ This repo contains samples for running [WebdriverIO](https://webdriver.io/) test
6
6
## Setup
7
7
8
8
* Clone the repo `git clone https://github.com/browserstack/browserstack-webdriverio-load-testing-sample.git`.
9
-
*Set `BROWSERSTACK_USERNAME` and `BROWSERSTACK_ACCESS_KEY` as environment variables with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
9
+
*Open the browserstack-load.yaml file and update it with the relevant load test configurations.(https://www.browserstack.com/accounts/settings)
10
10
* Run `npm i` to install the dependencies.
11
11
* Update the same in `browserstack-load.yaml` file.
12
12
13
13
## Running your tests
14
14
15
-
- To run the sample tests in parallel across the platforms specified in the `browserstack-load.yaml`, run`npx browserstack-cli load run`.
15
+
- To run the sample tests in parallel across the platforms specified in the `browserstack-load.yaml`, Run the given command to start your test:`npx browserstack-cli load run`.
16
16
17
17
## Notes
18
-
* You can view your test results on the [BrowserStack Load-Testing dashboard](https://load.browserstack.com/projects)
18
+
* You can view your test results on the [BrowserStack LoadTesting dashboard](https://load.browserstack.com/projects)
0 commit comments