-
https://github.com/cucumber/cucumber-js supports feature files in non-English language, but https://github.com/s9tpepper/karma-cucumberjs does not.
-
### Description of the bug/issue
When I call my custom command that returns a promise.reject
Then I expected the scenario.result.status to equal "FAILED" in the cucumber AfterStep
And I expect any …
-
Hi! I dealt with the issue that service is not initialized (Mocha or Cucumber + JS (Node 16.17.0) + WDIO).
Analyzed both issues (#1 and #4 ), checked the logs and there are no any data about the serv…
-
**Describe the bug:**
TSError: ⨯ Unable to compile TypeScript:
src/execution-scopes/test-run.ts(9,24): error TS7016: Could not find a declaration file for module 'node-config-ts'. 'C:/app/PaymentApp…
-
There is a abit of issue i am having is, i have the same project in a two different build pipeline, one is succesful and other one is not and this is log here below:
-------
2021-01-04T22:30:50.…
-
The 0.3.3 jar includes a number of Ruby files that enable polyglot cuking by wiring up the language extensions. These files are missing in the 0.4.x jars. The net effect is that cuke is not able to re…
mjul updated
13 years ago
-
It would be nice to be able to `brew install` this thing, and then run `cucumber-lint` in my current directory. For example when working on Cucumber.js, or Cucumber.jvm projects. Requiring Ruby to be …
kevgo updated
7 years ago
-
### Is your feature request related to a problem?
Since we enabled the Cucumber API to run the tests in #11069 ( and #11067, #11065 , #11010) we are disabling the native parallel implementation for C…
-
First of all, thank you very much!
This library promises to do exactly what we were looking for and we will give it a try. Being DRY by reusing scenarios is a must have to be lean and reduce compl…
-
### 🤔 What's the problem you're trying to solve?
Taking the example below from the codebase:
When the feature file is executed, the output in the below looks like this:
The naming conventio…