jeckel/codeception-gherkin-contexts

A collection of Codeception Helpers for Gherkin BDD tests

v0.5.2 2019-05-21 14:58 UTC

This package is auto-updated.

Last update: 2024-03-22 01:35:47 UTC


README

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