browserstack / mocha-browserstack

Selenium examples for Mocha and BrowserStack Automate
7 stars 19 forks source link

mocha-browserstack

Mocha Integration with BrowserStack for E2E functional testing of UI using Selenium and browserstack-node-sdk.

BrowserStack Logo

Run sample build


Integrate your test suite


  1. Install browserstack-node-sdk as a dev-dependency
    npm i -D browserstack-node-sdk
    or
    yarn add --dev browserstack-node-sdk
  2. Setup
    npx setup --username userName --key accessKey
    • Adds a browserstack.yml file at root of your mocha project with your BrowserStack Username and Access Key.
    • Adds a new command for running tests on browserstack in scripts tag of package.json,
      "scripts": {
      "test": "mocha ...args",
      "browserstack-test": "browserstack-node-sdk mocha ...args"
      },

Notes


Additional Resources