Skip to content

Releases: rwx-research/captain

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

Captain v1.11.0

26 Apr 13:29
149a1c9
Compare
Choose a tag to compare

Improve DX of captain partition functionality by inferring CI provider parallelism and exposing new configuration to partition w/in captain run.

What's Changed

  • Push partition command into run w/ partition config by @tonywok in #43
  • add back shell escaping to captain run with partitioning by @michaelglass in #44
  • merge partitionNodes from generic provider into other providers by @michaelglass in #45
  • Prefer generic provider partition settings over unset detected provider by @tonywok in #46
  • Fix the hidden (not public) captain parse results command by @kylekthompson in #47
  • Fix the assignment of the --framework and --language CLI flags by @kylekthompson in #48

Full Changelog: v1.10.3...v1.11.0

Captain v1.10.3

17 Apr 17:19
dd4c1a8
Compare
Choose a tag to compare

This release improves the getting started experience for Captain by requiring less configuration.

Changelog

Changed

  • captain run no longer requires --who, --branch, and --sha when running in OSS mode.
  • --index and --total are now inferred by captain partition for Buildkite, CircleCI, and Gitlab users.

Fixed

  • Captain binaries are now signed for macOS.