Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 2.14 KB

File metadata and controls

43 lines (30 loc) · 2.14 KB

Latest Stable Version Total Downloads CircleCI codecov FOSSA Status Twitter LinkedIn

⚠ Work in Progress ⚠

Codeception Gherkin Helpers

A collection a Gherkin helpers to use with Codeception

Installation & configuration

composer require --dev jeckel/codeception-gherkin-contexts

Then, to enable this module in codeception, just update acceptance.yml file like this:

modules:
  enabled:
    - WebDriver
    - \Helper\Acceptance
    - \Jeckel\Gherkin\WebdriverContext:
        depends:
          - WebDriver

Documentation

You can read the full documentation with list of all proposed steps, configuration, etc.

Issues

If you encounter some issues or want to request additional helpers / steps, you can add new issues on github.

License

FOSSA Status