commonjs-karma-saucelabs-example

minimal working example of CommonJS modules that are tested on SauceLabs

MIT License

Stars
6

CommonJS Karma SauceLabs Example

This repository (will) contain a minimal working example of CommonJS modules that are transpiled for use in the browser and tested using Karma and SauceLabs.

Usage

Clone this repository

git clone [email protected]:bripkens/commonjs-karma-saucelabs-example.git

Install dependencies

cd commonjs-karma-saucelabs-example
npm install

Execute the tests

npm test

Configure Travis CI

$ travis encrypt --add env.global SAUCE_USERNAME=...
$ travis encrypt --add env.global SAUCE_ACCESS_KEY=...
Related Projects