Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T21:21:03.000Z (about 1 month ago)
- Last Synced: 2025-01-30T08:12:24.974Z (12 days ago)
- Language: Go
- Homepage: https://www.rwx.com/captain
- Size: 1.03 MB
- Stars: 91
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
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 17 t (Go)
README
#
:globe_with_meridians: [website](https://rwx.com/captain)
:bird: [@rwx_research](https://twitter.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 summariesSee 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 [[email protected]](mailto:[email protected])## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for information around our
development & contribution process.