tasty-ant-xml v1.1.0 Release Notes

Release Date: 2017-03-17 // about 7 years ago
  • 💥 Breaking Changes

    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 a tests attribute, which is the amount of tests
      executed.

    👀 For more discussion see #20 and
    a01df06#commitcomment-21211275

    Thanks to @liskin and @haishengwu-okta for this work.

    Other Changes

    • 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.