Skip to content

Jeckel-Lab/codeception-gherkin-steps

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published