Skip to content

Releases: rwx-research/captain

Captain v1.13.0

06 May 20:33
9af7e6d
Compare
Choose a tag to compare

Adds support for Mint 🎉

What's Changed

Full Changelog: v1.12.0...v1.13.0

Captain v1

06 Apr 13:26
9af7e6d
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 unstable

12 Apr 14:02
9af7e6d
Compare
Choose a tag to compare
Captain unstable Pre-release
Pre-release

The Captain unstable release and tag exist to provide an easy way to download the latest unstable.x.x release of Captain. For example, you can always download the latest Linux x86 unstable release at this URL: https://github.com/rwx-research/captain/releases/download/unstable/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 unstable.x.x version of Captain is released.

Captain v1.12.0

26 Apr 18:58
9feb0a5
Compare
Choose a tag to compare

Adds support for cucumber-js, Captain's 16th supported test framework!

What's Changed

Full Changelog: v1.11.8...v1.12.0

Captain v1.11.8

14 Mar 13:25
2fa181b
Compare
Choose a tag to compare

This release improve the experience of using Captain when errors occur outside of the execution of an individual test case.

What's Changed

  • Add other errors message and shore up inferred GHA titled by @TAGraves in #66

Full Changelog: v1...v1.11.8

Captain v1.11.7

09 Jan 20:50
c0b87a4
Compare
Choose a tag to compare

Small release that changes the internal host name used when interacting with captain cloud's api.

What's Changed

  • Replace captain.build messaging w/ cloud.rwx.com by @tonywok in #62
  • Update captain to use cloud host by @tonywok in #63

Full Changelog: v1.11.6...v1.11.7

Captain v1.11.6

22 Nov 19:55
1b4b82d
Compare
Choose a tag to compare

This small release adds fileAttachments to the meta of test attempts for Playwright.

What's Changed

  • Add fileAttachments to test attempt meta for Playwright. by @doxavore in #60
  • Run Build & Test CI weekly to avoid test file timings race. by @doxavore in #61

Full Changelog: v1.11.5...v1.11.6

Captain v1.11.5

23 Oct 20:24
0903385
Compare
Choose a tag to compare

This release aligns the formatting of the JUnit reporter with the markdown reporter by stripping the ANSI color codes from failures, errors, and skipped test cases. This should make the output more easily usable when third party tooling consumes the JUnit XML produced by Captain.

What's Changed

Full Changelog: v1.11.4...v1.11.5

Captain v1.11.4

18 Oct 19:58
7357123
Compare
Choose a tag to compare

This release corrects the usage of and respects some of the CAPTAIN prefixed environment variables when using captain run.

What's Changed

  • Respect CAPTAIN_{BUILD_URL,TITLE,COMMIT_MESSAGE} variables in run by @ayazhafiz in #58

New Contributors

Full Changelog: v1...v1.11.4

Captain v1.11.3

05 Sep 13:35
d009006
Compare
Choose a tag to compare

This release fixes a bug with xUnit retries where we were not sufficiently escaping special characters that are meaningful to xUnit. Thanks @jcdickinson for your report, fix, and first contribution!

What's Changed

Full Changelog: v1.11.2...v1.11.3