1
0
mirror of https://github.com/auchenberg/volkswagen synced 2025-04-19 13:17:58 +02:00
Volkswagen detects when your tests are being run in a CI server, and makes them pass.
Go to file
Thomas Watson Steen 29f448ecab 1.1.0
2015-10-07 22:45:43 +02:00
test Defeat assert 2015-10-07 22:45:21 +02:00
.gitignore Basic functionality 2015-10-07 21:45:17 +02:00
.travis.yml Basic functionality 2015-10-07 21:45:17 +02:00
index.js Defeat assert 2015-10-07 22:45:21 +02:00
LICENSE Basic functionality 2015-10-07 21:45:17 +02:00
package.json 1.1.0 2015-10-07 22:45:43 +02:00
README.md Defeat assert 2015-10-07 22:45:21 +02:00

volkswagen

Volkswagen detects when your tests are being run in a CI server, and makes them pass.

Build status js-standard-style Volkswagen status

Installation

npm install volkswagen

Usage

Just require volkswagen somewhere in your code-base - maybe in your main test file:

require('volkswagen')

Project status

CI servers detected:

Test suites defeated:

License

MIT

Credits

Heavily inspired by https://github.com/hmlb/phpunit-vw