jeckel / codeception-gherkin-contexts

Collection of codeception helpers to help Gherkin BDD tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Collection of codeception helpers to help Gherkin BDD tests

License:MIT License


Languages

Language:PHP 98.8%Language:Makefile 1.2%