A Plugin for spelcj. Reports test in TAP format. Useful in Continuous integration systems for example.
Add the following to your project.clj under the :dev profile:
:dependencies [[speclj-tap-reporter "0.1.2-SNAPSHOT"]]
Speclj 3.2.0 or later is required.
lein spec -f tap
Test results are recorded to target/tap-result.tap file.
- Directives support
Copyright (C) 2015 Flowa
Distributed under the The MIT License.