- Support
tasty-1.5
. Thanks to @sergv (PR #34).
- Support
tasty-1.4
. Due to major API changes, 1.4 is now the minimum version oftasty
supported. Thanks to @jkachmar (PR #31).
- Bump upper bound of
tasty
.
- The order of tests is now reversed from what was previously output (which was itself reversed). This means that tests are now reported in the order they are defined, as expected. Thanks to @feuerbach for this fix. See #28 for more information.
- Bump upper bound of
tasty
.
- Bump upper bound of
tasty
.
- Bump upper bound of
tasty
.
- Bump upper bound of
tasty
.
- Bump upper bound of
tasty
.
-
The XML generated is now slightly different in order to satisfy Jenkins. In particular:
- The
classname
attribute now joins the test path with.
(like a Java class name). testsuite
nodes have atests
attribute, which is the amount of tests executed.
For more discussion see #20 and https://github.com/ocharles/tasty-ant-xml/commit/a01df06b59122c3086fc9f42854129b1d4a8c31c#commitcomment-21211275
Thanks to @liskin and @haishengwu-okta for this work.
- The
- Increase the lower bound of
directory
to >= 1.2.3.0. Earlier versions may throw exceptions on some of the actions we are using. Thanks to @liskin for pointing this out.
- Reduce the lower bound of
filepath
to >= 1.0.0 - Reduce the lower bound of
directory
to >= 1.0.0
- We now use the
classname
attribute to indicate the test group a test came from. Thanks to @haishengwu-okta for this feature.
- Now creates the directory containing the report XML file. Thanks to @haishengwu-okta for this feature.
- Build with tasty < 0.12.
tasty-ant-xml
now mentions timing information. Thanks @robdockins for this patch!
- Remove dependency on
reducers
. Thanks to @jdnavarro
- Build with tasty < 0.10
- Enable
-XFlexibleContexts
, which is required to build with GHC 7.9.
- Relaxed lower bound on containers to build with GHC 7.4.
- Updated to build with
tasty
0.8.
- Updated to build with
tasty
0.7e.
- Updated to build with
tasty
0.5.
- Change the .cabal file to include Changelog.md in source distribution.
- This version contains only changes to documentation.
- This version contains only changes to documentation.
- Initial public release. Able to run a
TestTree
and produce XML that can be understood by Jenkins.