https://github.com/bripkens/commonjs-karma-saucelabs-example
minimal working example of CommonJS modules that are tested on SauceLabs
https://github.com/bripkens/commonjs-karma-saucelabs-example
Last synced: over 1 year ago
JSON representation
minimal working example of CommonJS modules that are tested on SauceLabs
- Host: GitHub
- URL: https://github.com/bripkens/commonjs-karma-saucelabs-example
- Owner: bripkens
- License: mit
- Created: 2014-09-09T14:02:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T07:10:30.000Z (over 11 years ago)
- Last Synced: 2025-03-13T04:02:19.109Z (over 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CommonJS Karma SauceLabs Example
[](https://travis-ci.org/bripkens/commonjs-karma-saucelabs-example)
[](https://saucelabs.com/u/bripkensdev)
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 git@github.com: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=...
```