https://github.com/cucumber/messages-cli
Commandline interface to work with Cucumber Messages
https://github.com/cucumber/messages-cli
java polyglot-release tidelift
Last synced: 2 months ago
JSON representation
Commandline interface to work with Cucumber Messages
- Host: GitHub
- URL: https://github.com/cucumber/messages-cli
- Owner: cucumber
- License: mit
- Created: 2024-10-28T21:42:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-03T02:45:13.000Z (2 months ago)
- Last Synced: 2026-04-03T09:38:11.214Z (2 months ago)
- Topics: java, polyglot-release, tidelift
- Language: Shell
- Homepage:
- Size: 325 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# messages-cli
Commandline interface to work with Cucumber Messages
Given a messages file produce a test report in one of these formats:
* [JUnit XML](https://github.com/cucumber/junit-xml-formatter)
* [TestNG XML](https://github.com/cucumber/testng-xml-formatter)
* [Cucumber HTML](https://github.com/cucumber/html-formatter/)
* [Cucumber JSON](https://github.com/cucumber/cucumber-json-formatter)
## Usage
See: `cucumber-messages --help`
## Installation
You can install messages-cli using the package manager of your choice:
| Package manager | Platform | Installation |
|-----------------|----------|-----------------------------------------------|
| **Snap** | 🐧 | `snap install cucumber-messages` |
| **Homebrew** | 🍎 🐧 | `brew install cucumber/tap/cucumber-messages` |️