omphalos / 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 Starting and pre-requite: [browserstack-runner]

  • npm -g install browserstack-runner

###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:JavaScript 92.9%Language:CSS 6.6%Language:HTML 0.5%