An open API service indexing awesome lists of open source software.

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

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` |️