mirror of
https://github.com/auchenberg/volkswagen
synced 2025-12-24 00:55:11 +01:00
43 lines
865 B
Markdown
43 lines
865 B
Markdown
# volkswagen
|
|
|
|
Volkswagen detects when your tests are being run in a CI server, and
|
|
makes them pass.
|
|
|
|
[](https://travis-ci.org/auchenberg/volkswagen)
|
|
[](https://github.com/feross/standard)
|
|
|
|

|
|
|
|
## 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
|