cucumber-cpp

Cucumber step definitions and testing framework for C++

brewmacoslinux
Try with needOr install directly
Source

About

Support for writing Cucumber step definitions in C++

Commands

cucumber-cpp

Examples

Run Cucumber tests with C++ step definitions$ cucumber-cpp
Execute specific feature file with C++ implementation$ cucumber-cpp features/example.feature
Run tests with detailed output formatting$ cucumber-cpp --format progress features/