https://github.com/remarkablemark/cypress-cucumber-steps
🥒 Cypress Cucumber step definitions.
https://github.com/remarkablemark/cypress-cucumber-steps
bdd cucumber cypress cypress-io e2e end-to-end-testing feature-file gherkin javascript npm step-definitions steps typescript ui-automation
Last synced: about 1 month ago
JSON representation
🥒 Cypress Cucumber step definitions.
- Host: GitHub
- URL: https://github.com/remarkablemark/cypress-cucumber-steps
- Owner: remarkablemark
- License: mit
- Created: 2022-12-03T18:51:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:53:11.000Z (6 months ago)
- Last Synced: 2024-10-29T15:16:52.999Z (6 months ago)
- Topics: bdd, cucumber, cypress, cypress-io, e2e, end-to-end-testing, feature-file, gherkin, javascript, npm, step-definitions, steps, typescript, ui-automation
- Language: TypeScript
- Homepage: https://b.remarkabl.org/cypress-cucumber-steps
- Size: 3.58 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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)