cypress-cucumber-preprocessor
cypress-cucumber-preprocessor copied to clipboard
Run cucumber/gherkin-syntaxed specs with Cypress
### Current behavior When installing the preprocessor I received the warning mesage ```npm WARN deprecated [email protected]: This version has a critical bug in fallback handling. Please upgrade to [email protected] or...
### Current behavior When I am running multi-feature files - using a specific config file of cypress: ``` import {defineConfig} from 'cypress' import defu from 'defu'; import defaultConfig from "../../cypress.config";...
### 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 while running the tests. Because...
### Current behavior I like to define project structure like the below so I can access .feature files from different frameworks implementation (UI on Cypress, API on Java etc.): ```...
This proposed a fix, as the current example is failing, due to having many `input`s, and due to the the placeholder string.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/badeball/cypress-cucumber-preprocessor). ## Open These updates have all been...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [uuid](https://redirect.github.com/uuidjs/uuid) | [`^10.0.0` -> `^11.0.0`](https://renovatebot.com/diffs/npm/uuid/10.0.0/11.1.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
### Current behavior Snyk is reporting: ``` Insecure Randomness [High Severity][https://security.snyk.io/vuln/SNYK-JS-UNDICI-8641354] in [email protected] introduced by @badeball/[email protected] > [email protected] > @actions/[email protected] > @actions/[email protected] > [email protected] This issue was fixed in versions:...
### Current behavior Hi all, I've been struggling with the issue for a long time, I had initially created a project file on my Desktop, and I needed to create...
The `postinstall` script runs `patch-package` even when the package is installed as a dependency, causing installation failures for users who don't have `patch-package` installed in their projects. This issue is...