# messages-cli **Repository Path**: mirrors_cucumber/messages-cli ## Basic Information - **Project Name**: messages-cli - **Description**: Commandline interface to work with Cucumber Messages - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-30 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 | Completions | |-----------------|----------|-----------------------------------------------|-------------| | **Snap** | 🐧 | `snap install cucumber-messages` | Bash / Zsh | | **Homebrew** | 🍎 🐧 | `brew install cucumber/tap/cucumber-messages` | ️ | | **Chocolatey** | 🪟 | `choco install cucumber-messages` | | The application ships with a completions file for bash and zsh. They're automatically enabled when installed through Snap. Please let me know if you know how to enable completions for Homebrew.