X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fsbt-tap;a=blobdiff_plain;f=README.md;h=c0c6d9df3e5c89d3f9a31b9fed6bce33c3c5aaa5;hp=50cd097835a578f48e3e66a8d4fddfb262b6ee3f;hb=HEAD;hpb=9435e96901b26a2c52e40a3ea7a993634b746c8b diff --git a/README.md b/README.md index 50cd097..c0c6d9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ This sbt plug-in provides reporting of test success and failure for tests run by -[simple build tool](https://github.com/harrah/xsbt) -in [TAP](http://search.cpan.org/perldoc?Test%3A%3AHarness%3A%3ATAP) format. +[simple build tool](https://github.com/sbt/sbt) +in [TAP](http://search.cpan.org/perldoc?TAP%3A%3AParser%3A%3AGrammar) format. All the test results will be generated in one file, the path of which may be specified in the `SBT_TAP_OUTPUT` environment variable. If unspecified in the @@ -24,7 +24,7 @@ To use: listeners. ```scala - testListeners += SbtTapReporting.tapListener + testListeners += SbtTapReporting() ``` 3. Optionally, in a UNIX environment, you can set up a named pipe for