cypress-cucumber-steps
Version:
Cypress Cucumber step definitions
48 lines (27 loc) ⢠1.73 kB
Markdown
<!-- readme-start -->
<!-- readme-content-start -->
# cypress-cucumber-steps
[](https://nodei.co/npm/cypress-cucumber-steps/)
[](https://www.npmjs.com/package/cypress-cucumber-steps)
[](https://github.com/remarkablemark/cypress-cucumber-steps/actions/workflows/build.yml)
[](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 -->