Releases: rwx-research/captain
Captain v1.13.0
Adds support for Mint 🎉
What's Changed
- Support Mint by @kylekthompson in #70
Full Changelog: v1.12.0...v1.13.0
Captain v1.12.0
Adds support for cucumber-js, Captain's 16th supported test framework!
What's Changed
- Add a cucumber-js parser by @kylekthompson in #67
- Add substitutions for Cucumber JS by @kylekthompson in #68
- Make scenarios the test, not steps by @kylekthompson in #69
Full Changelog: v1.11.8...v1.12.0
Captain v1.11.8
This release improve the experience of using Captain when errors occur outside of the execution of an individual test case.
What's Changed
Full Changelog: v1...v1.11.8
Captain v1.11.7
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
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
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
- Strip color codes from the junit report by @kylekthompson in #59
Full Changelog: v1.11.4...v1.11.5
Captain v1.11.4
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
- @ayazhafiz made their first contribution in #58
Full Changelog: v1...v1.11.4
Captain v1.11.3
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
- update nix by @michaelglass in #56
- fix: escape the .net filter subsitution for shells by @jcdickinson, @michaelglass in #57
Full Changelog: v1.11.2...v1.11.3
Captain v1.11.2
This release adds more data to the JUnit output formatter and provides more diagnostics for understanding if you have misconfigured Captain.
What's Changed
- Protect against misconfiguration by @pierrebeaucamp in #51
- Adds file and line to the JUnit output by @TAGraves in #52
Full Changelog: v1.11.1...v1.11.2
Captain v1.11.1
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
Full Changelog: v1.11.0...v1.11.1