Skip to content

julias-shaw/speclj-junit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speclj-growl

speclj-junit is a plugin for speclj that formats output using ant's junit XML format. This format is commonly used by continuous integration tools.

Installation

Add the following to your project.clj under the :dev profile:

:dependencies [[speclj-junit "0.0.11"]]

Speclj 3.3.x or later is required.

Usage

Add -f junit to lein spec to output spec results in Ant's JUnitReport task format.

lein spec -f junit

This will write a junit.xml file to target that is suitable for integration with Jenkins and such.

TODO

  • Make output file configurable

Thanks

Many thanks to Paul Gross for his speclj-growl project for a great example of writing speclj plugins.

License

Copyright (C) 2015-2016 Julias Shaw

Distributed under the The MIT License.

About

JUnit XML reporter for speclj. Primarily useful for test reporting in continuous integration tools.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors