cypress-cucumber-preprocessor
cypress-cucumber-preprocessor copied to clipboard
Run cucumber/gherkin-syntaxed specs with Cypress
### 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...
### Current behavior Updated to 20.0.1 and got a type error on window.testState being unknown.  ### Desired behavior window.testState should be known, it is typed within augmentations.d.ts. ### Investigation...
### 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...
# 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).
### 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...
### 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.  Command line also shows the scenario as `Pending` but should...
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...
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...
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"....