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
🥒 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"
Migration
Read the migration guide.
Contributing
Learn how to contribute.
