-
**Describe the bug**
I'm getting this error:
![image](https://user-images.githubusercontent.com/20550461/133216891-4e11303c-3c2d-486d-9ae6-d99fbeb58659.png)
Please, help
Thanks
jeff
-
I have retries enabled in my cypress.json `"retries": 2` and these retries work on normal cypress js tests for any error. For cucumber tests though, if the test fails due to pageload timeout then the …
-
Using the Cucumber's After hook or Mocha / Cypress' afterEach hook under the step definition glue codes doesn't return expected result.
### Current behavior
Under the `step_definitions/test.js` fi…
-
### How are you running Renovate?
WhiteSource Renovate hosted app on github.com
### If you're self-hosting Renovate, tell us what version of Renovate you run.
_No response_
### Please sele…
-
### Current behavior
When I try to install cypress, I get an error (see debug logs for details).
Other users of the same repo don't seem to be having any trouble.
I am not behind a proxy.
…
-
**Description**
We should adopt Cucumber/Gherkin for describing test cases, to make it easier to write and maintain them and to create a common vocabulary around testing and test scenarios. This will …
-
Hello
I installed cucumber with this command:
npm install --save-dev cypress-cucumber-preprocessor
but I get an error:
1939 verbose node v14.17.6
1940 verbose npm v6.14.15
1941 error code ENOEN…
-
## Summary
[Webpack 5 has droped automatic pollyfilling of builtin nodejs modules](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed) so now we have this …
-
It looks cypress-cucumber-preprocessor does not support --format option of cucumberjs, are we getting this feature.
-
Hello!
I have an Angular application and test it with the help of cypress-cucumber-preprocessor.
If I run a big amount of test (feature) files with `npm run cypress run`. More than 28 files. I got a…