Releases: rwx-research/captain
Captain v1.13.3
Only write to MINT_LINKS when Captain Cloud is enabled
What's Changed
- Fix publishing workflow by @pierrebeaucamp in #75
- Only write to MINT_LINKS when cloud is enabled by @kylekthompson in #76
Full Changelog: v1.13.2...v1.13.3
Captain v1.13.2
When running Captain within Mint, this release will backlink to Captain Cloud from the Mint UI.
What's Changed
- Switch to Mint for CI/CD by @pierrebeaucamp in #74
- Write to
$MINT_LINKS
by @pierrebeaucamp in #73
Full Changelog: v1...v1.13.2
Captain v1.13.1
Decreases the size of test results produced by Captain when reading results which are already in the RWX format.
What's Changed
- Updates golang.org/x/net by @TAGraves in #71
- Fix recursive nesting of derivedFrom by @kylekthompson in #72
Full Changelog: v1.13.0...v1.13.1
Captain unstable
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.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