Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T13:01:55.000Z (9 months ago)
- Last Synced: 2024-05-01T21:25:37.189Z (9 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: 20.5 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- 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
[![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)