junit-volkswagen
Introduction: Detects when your JUnit tests are being run in a CI server, and makes them pass.
Tags:
Volkswagen for JUnit4 makes failing test cases pass in CI servers.
This project is inspired by volkswagen for javascript, and Volkswagen-Xcode for XCode.
Installation
Follow the instructions on Jitpack to use with your favorite build system.
Usage
Add this at the top of your JUnit4 class :
@RunWith(VolkswagenTestRunner.class)
