browserstack / browserstack-runner-sample

Code example to show how to run QUnit javascript tests with browserstack-runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrowserStack-runner code sample

Sample for using browserstack-runner to run Javascript tests (QUnit framework) on BrowserStack infrastructure.

###Clone this repository

  • git clone https://github.com/browserstack/browserstack-runner-sample.git

###Install browserstack-runner

  • npm install

###Configuring the json

  • Open browserstack.json
  • Add username and key with your BrowserStack credentials. Don't have one? Get one on BrowserStack dashboard
  • You can further customize configuration in browserstack.json. For detailed reference, visit browserstack-runner github repository here.

###Sample test

  • To run: browserstack-runner

About

Code example to show how to run QUnit javascript tests with browserstack-runner


Languages

Language:HTML 58.8%Language:JavaScript 41.2%