cypress-cucumber-preprocessor icon indicating copy to clipboard operation
cypress-cucumber-preprocessor copied to clipboard

Run cucumber/gherkin-syntaxed specs with Cypress

Results 22 cypress-cucumber-preprocessor issues
Sort by recently updated
recently updated
newest added
trafficstars

### Current behavior This is similar to [this previous issue](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1172) Chrome/Chroimum is not crashing, but the scenario fails with an AssertionError, which triggers the after each hook We then see...

needs reproduction

### Current behavior Updated to 20.0.1 and got a type error on window.testState being unknown. ![image](https://github.com/badeball/cypress-cucumber-preprocessor/assets/3606822/1f444a2d-355d-4149-a27a-19c0fb79081c) ### Desired behavior window.testState should be known, it is typed within augmentations.d.ts. ### Investigation...

enhancement
help wanted

### Current behavior When generating an HTML report, there is an attached image for screenshots for failing tests. ### Desired behavior When the Cypress has the config `video: true`, the...

enhancement

# Transfer of ownership Due to personal reasons, the previous maintainers of this package are stepping down and handing the reigns over to me, a long-time contributor to the project...

SSIA basically. Static code analyses with fallback to evaluation to cover more use-cases (EG. where evaluation fails un-mocked expression at top-level, ref. https://github.com/badeball/cypress-cucumber-preprocessor/issues/1120).

enhancement

### Current behavior The Before and After hooks will only run when tests pass. ### Desired behavior We want to be able to use the cucumber style After hook to...

bug

### Current behavior As per Smart tagging in: https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/tags.md Scenario with `@skip` shows as as Unknown in HTML report. ![image](https://github.com/badeball/cypress-cucumber-preprocessor/assets/7203790/eb19e249-2177-43f2-b863-c57513af19aa) Command line also shows the scenario as `Pending` but should...

bug

Hello, Is there a way to manage more easily the gerkin that I am working with ? For exemple I am working in an ATDD structure, and I will like...

enhancement

Per today, source maps aren't / can't be utilized. EG. when multiple step definitions match, we throw an error ``` Error: Multiple matching step definitions for: a step a step...

enhancement

Example of this: ```js Given(/^foo {string}/, () => {}); ``` This is unequivocally an error and we can give a more appropriate message than that "a step definition is missing"....

enhancement
good first issue