Description: | Cucumber Messages is a message protocol for representing results and other
information from Cucumber. The protocol aims to decouple various components of
the Cucumber platform, with the following advantages:
• Each component only needs to know about a subset of messages
• Gherkin is decoupled from the Cucumber execution component
• Enables the future support other formats such as Markdown and Excel
This package contains header files and libraries for developing and building
programs that use Cucumber Messages for C++. |