Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)