-
fs.js:887
return binding.lstat(pathModule._makeLong(path));
^
Error: ENOENT: no such file or directory, lstat '/Users/sheeralal/projects/protractor-cucumber/features'
at Error …
-
Root cause:
When the `@cypress/grep` plugin appears to use the location of the cypress config file as the path for the `integrationFolder`. If the config file is not at the root of the project, th…
-
Hello everyone. Thanks for the cool reporter.
But on my new project, I need a framework with cypress + ts + cucumber. With colorful reports. And have some problem with generating reports.
I use…
llwch updated
3 years ago
-
I am building a `Cypress` Framework using the `@badeball/cypress-cucumber-preprocessor` node package and the `Cucumber (Gherkin) Full Support` vs code extension.
**When autocompleting a step that c…
-
### 👓 What did you see?
In [this expression](https://cucumber.github.io/cucumber-expressions/?advanced=1&expression=I%20run%20cucumber-js%20%5C%28installed%20locally%2Fglobally%5C%29&step=I%20r…
-
Can't seem to [set a custom world](https://github.com/cucumber/cucumber-js/blob/master/docs/support_files/world.md) for my tests - see error at bottom:
dev dependencies:
```js
"devDependenc…
-
Hello, hope somebody can help.
I have successfully been running all my TestCafe Cucumber tests on OSX with: ./node_modules/.bin/cucumber-js
I have also been able to run: $ ./node_modules/.bin/cucu…
-
Are there plans to create an output format for the Envelope data type as described here
https://github.com/cucumber/messages
I need compatbility with cucumber "message" format and the abilit…
-
Since AstTreeWalker breakup with this commit [cucumber/cucumber-js#dc698bf](https://github.com/cucumber/cucumber-js/commit/dc698bf5bc10d591fa7adeec5fa21b2d90dc9679) parallel-cucumber-js is not compati…
raszi updated
7 years ago
-
### 👓 What did you see?
There's a difference in outputted JSON from `cucumber-js` compared to its messages piped through `cucumber-json-formatter` when the scenario outline contains a parameter.
…