Skip to content

Releases: rwx-research/captain

Captain v1.17.0

27 Nov 02:14
a94b2e9
Compare
Choose a tag to compare

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

06 Apr 13:26
a94b2e9
Compare
Choose a tag to compare

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

21 Nov 04:11
691a2b5
Compare
Choose a tag to compare

This release fixes an issue when using retrying failed tests in Mint.

What's Changed

  • Initialize the run error when doing a failed tests retry by @TAGraves in #88

Full Changelog: v1...v1.16.1

Captain v1.16.0

20 Nov 22:26
da59a89
Compare
Choose a tag to compare

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

20 Nov 14:20
2ba7220
Compare
Choose a tag to compare

This release fixes a bug that prevented the max-tests option from parsing correctly when supplied via YAML.

What's Changed

Full Changelog: v1...v1.15.1

Captain v1.15.0

28 Oct 21:04
022939f
Compare
Choose a tag to compare

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

23 Sep 01:42
5294685
Compare
Choose a tag to compare

This release fixes an issue with parsing times and durations for vitest.

What's Changed

New Contributors

Full Changelog: v1...v1.14.3

Captain v1.14.2

28 Aug 18:04
34dc5f7
Compare
Choose a tag to compare

Improves the quality of the error message and backtrace for minitest

What's Changed

Full Changelog: v1.14.1...v1.14.2

Captain v1.14.1

26 Aug 13:15
693f21b
Compare
Choose a tag to compare

Support targeted retries for Vitest

What's Changed

Full Changelog: v1.14.0...v1.14.1

Captain v1.14.0

23 Aug 20:35
1302d01
Compare
Choose a tag to compare

Adds support for Vitest

What's Changed

Full Changelog: v1.13.3...v1.14.0