-
### Current behavior
When using any version of the preprocessor above 2.3.1 and using the @focus tag, any test without the tag will:
1. Run any code within beforeEach(), essentially starting the…
-
### Current behavior
When using `Cypress.Cookies.debug(true)`, changes to cookies are not being logged to the console as they should. This works fine with vanilla Cypress, but when usin…
-
When using cypress cucumber preprocessor in a typical setup the `.feature` file and stepDefinition folder lives in the integration folder of cypress, in cli.js
https://github.com/tnicola/cypress-p…
-
### Current behavior
Today
Notes:
1. Tried reinstalling cypress
2. Tried clearing cypress cache
3. Tried a new version of Cypress
* Remove the node_modules folder & package-lock file from …
-
If the integration folder containing `.feature` files is not below the package root where `cypress-cucumber-preprocessor` is installed, preprocessing breaks due to unresolvable dependencies:
```
Err…
-
### Reporting a bug?
Hi, Can't run `yarn serve` after `yarn upgrade`
Vue3 + webpack
```
ERROR Failed to compile with 1 error 9:25:01 AM
error …
-
### Current behavior
Scenarios skipped with use of "@focus" annotation generates a bug as seen on screenshot:
![image](https://user-images.githubusercontent.com/51486694/106609905-64f85d00-656…
-
Please note - issues that are not following the template will be closed automatically:
- [x] I have verified that all sorry-cypress services are running and accessible
- [x] I have read documentat…
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to make use of the Given, When, Then structure in Cypress tests to keep consistency.
**Describe the solut…
-
### Current behavior
Step definitions with the same expression but different keyword conflict with each other. Seems that the first one that is defined in the file is the one that's use…