Skip to content

flowa/speclj-tap-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speclj-tap-reporter

A Plugin for spelcj. Reports test in TAP format. Useful in Continuous integration systems for example.

Installation

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.

Usage.

lein spec -f tap

Test results are recorded to target/tap-result.tap file.

TODO

  • Directives support

License

Copyright (C) 2015 Flowa

Distributed under the The MIT License.

About

A tap runner implementation for speclj

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors