Skip to content

Releases: fluxfederation/nitra

v1.0.8

08 Jan 03:30
Compare
Choose a tag to compare

Made output file generation more robust to remove [ and ] from filenames when splitting rspec examples.

v1.0.6

30 Nov 03:20
Compare
Choose a tag to compare
  • Output failures from tests which have failed and are retried

v1.0.5

07 Nov 23:59
e70afd3
Compare
Choose a tag to compare
  • Remove rails monkey patch initially added in 7a7e387.

v1.0.4

07 Nov 02:37
Compare
Choose a tag to compare
  • New option --retry-tags which allows retrying tests tagged with one of the configured tags.
  • Initial support for Cucumber 3.x.

Add additional exit codes to differentiate nitras results

19 Jul 09:16
Compare
Choose a tag to compare

Add additional exit codes to differentiate nitras results. There only use to be two codes; '0' for success, '1' for failure. Now there are codes for: Aborted, Failure, Success, Test Failures, and Unprocessed Files.

The main use of this is for clearer error reporting when used in a Jenkins pipeline.