Releases: ThoSe1990/cwt-cucumber
Releases · ThoSe1990/cwt-cucumber
1.1.0
🚀cucumber-cpp is now implemented in C++20. No more C implementation.
Cucumber is now ready for localization. Currently Implemented:
- English (default)
- German
- Spanish
For further languages can be implemented in the future. Open an issue if you need a specific one.
1.0.0
✨First and initial release. 🚀
This release supports 🥒 Cucumber for the English language. In this version are following features covered:
- Running tests from Scenario and Scenario Outline
- Running single Scenarios with command line option -l / --line
- Features with Background
- Tags: Scenario and Examples
- Tags: Command line option -t / --tags
- Hooks: Before, before step, after and after step
- Tagged hooks: Before and after scenario
- Command line option -q / --quiet to disable scenario terminal prints
- C++ bindings to make implementation easier