cucumber-cpp
cucumber-cpp copied to clipboard
Support for writing Cucumber step definitions in C++
### 🤔 What's the problem you're trying to solve? Currently if the steps run without any problems, the output from the test could not be logged or seen. The output...
### 🤔 What's the problem you've observed? Hey folks, the README says: > If you need to ask a question, don't open a ticket on GitHub! Please post your question...
### Discussed in https://github.com/orgs/cucumber/discussions/2188 Originally posted by **FaiqueAli** July 22, 2024 Hi, I have gone through the documentation and tried with the example project to understand `cucumber` and executed the...
## Summary Allow compilation without git or when git fails. ## Details This happens when the code is downloaded as source archive. This does not contain the git repository, hence...
### 🤔 What's the problem you're trying to solve? GNU AutoTools refuses to identify cucumber-cpp as installed because it doesn't install .pc files. There was a PR for this (#237)...
## Summary This is the code part of PR #293. As suggested there, the Windows test for CI will be handled separately. ## Details Fixes #292. ## Motivation and Context...