Library | Description |
---|---|
cypress-cucumber-preprocessor | cucumber/gherkin-syntaxed specs with Cypress.io |
> yarn install
Please find the detailed description in the source documentation:
Regular Expression support isn't going away. Cucumber supports both Cucumber Expressions and Regular Expressions for defining Step Definitions, but you cannot mix Cucumber Expression syntax with Regular Expression syntax in the same expression.
> npx cypress-tags run -e TAGS='@current'
> npx cypress open
In this unusual evaluation, the goal was to evaluate how a custom library can work with cypress. The focus was not on evaluation how cypress can solve the problem but to get some insights on how usable the cucumber plug-in is.
For cypress evaluation please check this tech talk of Laszlo Szikszai.
- Cucumber integration possibilities / libraries
- Cucumber expression / RegExp
- Cucumber reference: hooks, tags, background, data table, steps, step arguments
- Bundles
- Sharing context / step memory
- Hooks
- Tags
- Background
- Data Table
- Steps
- Outline