Skip to content

mmarich/sbt-simple-junit-xml-reporter-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sbt-simple-junit-xml-reporter-plugin

A pretty basic plugin for sbt to output junit xml reports from tests.

To use add:

import sbt._

    object Plugins extends Build {
      val reporterPlugin = ProjectRef(new URI("git://github.com/mmarich/sbt-simple-junit-xml-reporter-plugin.git"),
        "sbt-simple-junit-xml-reporter-plugin")
      lazy val plugins = Project("plugins", file(".")).dependsOn(reporterPlugin)
    }

to project/project/Plugins.scala

About

A pretty basic plugin for sbt to output junit xml reports from tests.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%