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.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

Captain v1.11.2

10 Jul 01:36
6aea855
Compare
Choose a tag to compare

This release adds more data to the JUnit output formatter and provides more diagnostics for understanding if you have misconfigured Captain.

What's Changed

Full Changelog: v1.11.1...v1.11.2

Captain v1.11.1

26 Apr 18:24
c61c8dc
Compare
Choose a tag to compare

This release fixes a bug related to the interplay between configuration preventing the ability to run run partition-enabled suites without partitioning.

What's Changed

  • Ensure ability to run w/out partition when partition configured by @tonywok in #49

Full Changelog: v1.11.0...v1.11.1