A collection a Gherkin helpers to use with Codeception
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
You can read the full documentation with list of all proposed steps, configuration, etc.
If you encounter some issues or want to request additional helpers / steps, you can add new issues on github.