Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.63 KB

File metadata and controls

61 lines (38 loc) · 1.63 KB

browserstack-selenium-load-testing-sample

BrowserStack Logo

Getting Started

Run Sample Build

  1. Clone the repository

    git clone https://github.com/browserstack/browserstack-selenium-load-testing-sample.git
    cd browserstack-selenium-load-testing-sample
  2. Choose the framework to run

    cd into the the respective framework folder, for instance to run the testng sample:

    cd testng
  3. Install Maven dependencies

    mvn compile
  4. Install BrowserStack CLI

    Download the appropriate BrowserStack CLI binary based on your operating system:

    Place the downloaded browserstack-cli binary in the root of your project.

  5. Run tests using BrowserStack CLI

    ./browserstack-cli load run
  6. View Test Results

    Visit the BrowserStack Load-Testing Dashboard to monitor and analyze your test runs.