Releases: rwx-research/captain
Captain v1.17.0
This release adds support for negative globbing when using Captain partitioning.
What's Changed
- Remove derivedFrom data when it is too big by @TAGraves in #90
- Only use the new test results when writing the output summary by @TAGraves in #89
- Support negative globs for partition globs by @TAGraves in #92
Full Changelog: v1...v1.17.0
Captain v1
The Captain v1 release and tag exist to provide an easy way to download the latest v1.x.x release of Captain. For example, you can always download the latest Linux x86 v1 release at this URL: https://github.com/rwx-research/captain/releases/download/v1/captain-linux-x86_64. (Look at the assets attached to this release to find the other available downloads.) This release and its assets are updated whenever a new v1.x.x version of Captain is released.
Captain v1.16.1
This release fixes an issue when using retrying failed tests in Mint.
What's Changed
Full Changelog: v1...v1.16.1
Captain v1.16.0
This release adds support for retrying only the tests that failed when using Captain with Mint.
What's Changed
- Write a retry failed tests action when run in Mint by @kylekthompson in #84
- Removes the warning about a configured retry command with no retries by @TAGraves in #87
Full Changelog: v1...v1.16.0
Captain v1.15.1
This release fixes a bug that prevented the max-tests
option from parsing correctly when supplied via YAML.
What's Changed
- Support globs in captain parse results by @kylekthompson in #82
- Get rid of the awkward deep_link URLs by @TAGraves in #83
- Fix parsing
max-tests
option by @pierrebeaucamp in #86
Full Changelog: v1...v1.15.1
Captain v1.15.0
Fixes a bug when **
globbing over a directory which included files that contained characters that were special to filepath.Glob
.
What's Changed
- Replace the abandoned filepathx library with doublestar; ensure glob characters in paths do not break globbing by @kylekthompson in #81
Full Changelog: v1.14.3...v1.15.0
Captain v1.14.3
This release fixes an issue with parsing times and durations for vitest.
What's Changed
- Fix vitest parsing of times and durations by @dustin-decker in #80
New Contributors
- @dustin-decker made their first contribution in #80
Full Changelog: v1...v1.14.3
Captain v1.14.2
Improves the quality of the error message and backtrace for minitest
What's Changed
- Improve the quality of the error message for minitest by @kylekthompson in #79
Full Changelog: v1.14.1...v1.14.2
Captain v1.14.1
Support targeted retries for Vitest
What's Changed
- Support targeted retries for Vitest by @kylekthompson in #78
Full Changelog: v1.14.0...v1.14.1
Captain v1.14.0
Adds support for Vitest
What's Changed
- Add support for vitest by @kylekthompson in #77
Full Changelog: v1.13.3...v1.14.0