JSPM

  • Created
  • Published
  • Downloads 1080
  • Score
    100M100P100Q124719F
  • License MIT

Cypress Cucumber step definitions

Package Exports

  • cypress-cucumber-steps
  • cypress-cucumber-steps/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cypress-cucumber-steps) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cypress-cucumber-steps

NPM

NPM version build cypress

🥒 Cypress Cucumber step definitions.

Setup

Follow the setup instructions.

Usage

Use cypress-cucumber-steps in your feature files:

# cypress/e2e/example.feature
Given I visit "https://example.com/"
Then I see text "Example Domain"

See docs and examples.

Migration

See the migration guide.

Contributing

Contributions are welcome! Check out contributing.

License

MIT