UNPKG

cypress-cucumber-steps

Version:
48 lines (27 loc) • 1.73 kB
<!-- readme-start --> <!-- readme-content-start --> # cypress-cucumber-steps [![NPM](https://nodei.co/npm/cypress-cucumber-steps.png)](https://nodei.co/npm/cypress-cucumber-steps/) [![NPM version](https://img.shields.io/npm/v/cypress-cucumber-steps.svg)](https://www.npmjs.com/package/cypress-cucumber-steps) [![build](https://github.com/remarkablemark/cypress-cucumber-steps/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/cypress-cucumber-steps/actions/workflows/build.yml) [![cypress](https://github.com/remarkablemark/cypress-cucumber-steps/actions/workflows/cypress.yml/badge.svg)](https://github.com/remarkablemark/cypress-cucumber-steps/actions/workflows/cypress.yml) šŸ„’ [Cypress](https://www.cypress.io/) [Cucumber](https://github.com/badeball/cypress-cucumber-preprocessor) step definitions. ## Setup Follow the [setup instructions](https://github.com/remarkablemark/cypress-cucumber-steps/wiki/Setup). ## Usage Use `cypress-cucumber-steps` in your feature files: ```gherkin # cypress/e2e/example.feature Given I visit "https://example.com/" Then I see text "Example Domain" ``` See the [docs](https://b.remarkabl.org/cypress-cucumber-steps) and [examples](https://github.com/remarkablemark/cypress-cucumber-steps/tree/master/cypress/e2e). ## Migration Read the [migration guide](https://github.com/remarkablemark/cypress-cucumber-steps/wiki/Migration). ## Contributing Learn how to [contribute](https://github.com/remarkablemark/cypress-cucumber-steps/blob/master/.github/CONTRIBUTING.md). ## License [MIT](https://github.com/remarkablemark/cypress-cucumber-steps/blob/master/LICENSE) <!-- readme-content-end --> <!-- readme-content-placeholder --> <!-- readme-end -->