https://github.com/rwx-research/captain
The Captain CLI can detect and quarantine flaky tests, automatically retry failed tests, partition files for parallel execution, produce markdown failure summaries, and more. It's compatible with 17 testing frameworks.
https://github.com/rwx-research/captain
Last synced: about 1 month ago
JSON representation
The Captain CLI can detect and quarantine flaky tests, automatically retry failed tests, partition files for parallel execution, produce markdown failure summaries, and more. It's compatible with 17 testing frameworks.
- Host: GitHub
- URL: https://github.com/rwx-research/captain
- Owner: rwx-research
- License: mit
- Created: 2023-04-04T16:03:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-19T21:58:22.000Z (3 months ago)
- Last Synced: 2025-12-22T09:42:35.746Z (3 months ago)
- Language: Go
- Homepage: https://www.rwx.com/captain
- Size: 1.35 MB
- Stars: 94
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - rwx-research/captain - The Captain CLI can detect and quarantine flaky tests, automatically retry failed tests, partition files for parallel execution, produce markdown failure summaries, and more. It's compatible with most (Go)
README
# 
:globe_with_meridians: [website](https://rwx.com/captain) :heavy_multiplication_x: [@rwx_research](https://x.com/rwx_research) :speech_balloon: [discord](https://discord.gg/h4ha5Cue7j) :books: [documentation](https://www.rwx.com/docs/captain)
Captain is an open source CLI that can:
- detect and quarantine flaky tests
- automatically retry failed tests
- partition files for parallel execution
- generate comprehensive test failure summaries
See the [announcement blog post](https://www.rwx.com/blog/captain-1-10-generally-available-open-source-release)
and [documentation](https://www.rwx.com/docs/captain) to learn more.
## Getting Started
The Captain CLI is easy to integrate into a build process running on any CI platform.
See the [documentation on getting started](https://www.rwx.com/docs/captain).
We’re happy to help with any integrations. Say hello on [Discord](https://discord.gg/h4ha5Cue7j)
or reach out at [hello@rwx.com](mailto:hello@rwx.com)
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for information around our
development & contribution process.