1
0
mirror of https://github.com/auchenberg/volkswagen synced 2025-12-24 00:55:11 +01:00
volkswagen/README.md
2015-10-07 22:17:00 +02:00

43 lines
865 B
Markdown

# volkswagen
Volkswagen detects when your tests are being run in a CI server, and
makes them pass.
[![Build status](https://travis-ci.org/auchenberg/volkswagen.svg?branch=master)](https://travis-ci.org/auchenberg/volkswagen)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
![](https://media.giphy.com/media/J4rsvkWf7pW3m/giphy.gif)
## Installation
```
npm install volkswagen
```
## Usage
Just require volkswagen somewhere in your code-base - maybe in your main
test file:
```js
require('volkswagen')
```
## Project status
CI servers detected:
- [Travis CI](http://travis-ci.org)
- [CircleCI](http://circleci.com)
Test suites defeated:
- [tape](https://github.com/substack/tape)
## License
MIT
## Credits
Heavily inspired by https://github.com/hmlb/phpunit-vw