Skip to content

v3.0.2

Compare
Choose a tag to compare
@dhershman1 dhershman1 released this 15 Feb 19:40
· 94 commits to master since this release
0b25c2a
  • Added two new test cases for failing tap.txt and bats tap output.

  • Fixed failing output which was causing a hard error within serialization of the output

    • This was happening mainly due to results created by the above (failing tap output & failing bats output)
    • For these types of inputs tap-junit will simply omit the type attribute and the stack trace from its output (since they don't technically exist anyway)
  • Upped tape version to latest

  • Swapped travis ci in favor of circleci

  • TODO Side note

    • I want to revisit the serializer since it is being so lightly used it may be better to just ship a simple rendering engine of our own
      • This would free up a dependency, but also give better control and possibly improved performance
    • The above would also introduce an opportunity to do major cleanup with Kyanite