-
Have you consider to support Gherkin language directly, similar to what https://github.com/behave/behave is doing for python? The idea to separate a "test" language from an implementation (C++/python/…
-
Hi Team,
I am trying to integrate existing testng automation framework with QAF BDD. Existing framework looking for Group, Product, Tags annotation to push result to customized dashboard to mai…
-
Gherkin (or Cucumber) should provide a JSON schema to simplify validation of JSON formatter output by the different implementations. While the feature description (and examples) for JSON formatter out…
-
Here's my example program:
```rust
use boolean_expression::{BDD, Expr};
fn main() {
let node = |name: &str| Expr::Terminal(name.to_string());
let a_select = (node("as0") & node("ai0")…
-
When specifying a custom `stepFolderName` in `build.yaml`, the generated dart files are unexpectedly created in the test folder instead of the intended directory (where the feature files belong, e.g i…
-
Hi Team,
I am using BDD Cucumber pytest framework. I have been exporting test cases and results into testrail using pytest commands.
python -m pytest -v --pytest-testrail-export-test-results --p…
-
The new documentation is going to be heavily inspired by the [Nightwatchjs.org](http://Nightwatchjs.org) website.
- [x] USAGE
- [x] QUICKSTART
- [x] ARCHITECTURE
- [x] TUTORIAL
- [ ] Overview
- [x…
-
It would be nice if wdio-mocha-framwork supported custom mocha interfaces.
My use case is rather complex and I wanted to "extend" describe to handle some logic for the user (setting up the connecti…
-
Selenium + Cucumber caused some trouble, mainly:
1. The error messages of selenium are vague
2. The control flow of cucumber are not clear
3. Confused API, easy to misuse.
Candidates:
For Selenium:
…
-
Based on my previous issue, reported here https://github.com/phpspec/phpspec/issues/1053, looks like the `Memcached` mock for `getByKey` (and other methods) does not match the signature of the parent …