-
Hi,
Not too sure that this thread should belong in this forum or the one for the cypress-cucumber-preprocessor plugin, but here's the problem.
So basically, I'm trying to modify the es-build-pre…
-
### Current behavior
When cypress has the `watchForFileChanges: false` [config setting](https://docs.cypress.io/guides/references/configuration#Global) that disables cypress run after each test fil…
-
### Current behavior
Random expected there to be a timestamp for current step (this might be a bug, please report at https://github.com/badeball/cypress-cucumber-preprocessor) error is occurring wh…
-
I am using cypress + cucumber stack for automation, and would like to attach report portal on cucumber test scenarios. The Cypress + report portal works fine, but the steps are not detailed as expecte…
-
I encountered an error when running e2e test unit after an update of a dependency.
I was using @cypress ^13.0.0; that was using @cypress/request 3.0.5 as a dependency.
Two days ago, I started havin…
-
### Current behavior
Hello, since last week our "cypress run" commands open a weird non-focusable blank window (see screenshot). I have no idea why this is happening i haven't updated cypress in on…
-
### Current behavior
Hi,
I have one test project with 2 features (I am using cucumber preprocessor @badeball), then when I try to execute my test with:
` npx cypress run --browser edge --headed`…
-
I have followed this example for my project https://github.com/bahmutov/next-and-cypress-example and i can get the output in the .nyc_output folder while running in local env, but not in the automate…
-
### Describe the issue
While using with cypress-cucumber-preprocessor it is giving error while importing axios SyntaxError: 'import' and 'export' may appear only with 'sourceType: module'
at E. …
-
Is cypress-promise still working with Cypress 4.0 and cypress-cucumber-preprocessor?
I tried this simple code:
```
Given('I do simple request', async function () {
const foo = await promisify(…