-
**Goal:**
To gain familiarity with ChaiJS's assertion styles and API by refactoring existing test code that relies on Node.js's built-in `assert` module.
**Instructions:**
* **Setup:**
- Install…
-
Please add some information about how to setup the client environment to run the tests.
Current output of npm test:
``` bash
~/Projekte/schluckspecht/client:master$ npm test
> schluckspecht-client@…
-
Running gherkin-testcafe with yarn 2 fails on this error:
```
.pnp.js:14505
throw firstError;
^
Error: gherkin-testcafe tried to access cucumber-expressions, but it isn't declared in …
-
We would like to see if Table data is supported in Cucumber-js is supported as in ruby.
http://cukes.info/api/cucumber/ruby/yardoc/Cucumber/Ast/Table.html
-
Does karma-cucumberjs not support synchronous step definitions like cucumber-js does?
https://github.com/cucumber/cucumber-js#synchronous-step-definitions
I never get to when in the below example:
`…
-
Node version: v19.0.0
cucumber-html-report: 5.5.0
@cucmber/cucumber: 8.7.0
Error message initially seen after triggering test command-
`This Node.js version (v19.0.0) has not been tested with t…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
* **Version**: 7.12.0
* **Platform**: Windows
I have an Angular app for which I'm running BDD tests with cucumberjs + Playwright and what I need is to know how much of the app code I have covered …
-
_This issue was initially reported in `cucumber/cucumber-js` as https://github.com/cucumber/cucumber-js/issues/1949. See discussion there why it was moved here._
### 👓 What did you see?
When…
-
Cucumber supports the output of test results as an machine readable json file.
This could be used to generate test reports.
There is a format description here https://github.com/cucumber/messages
…