Skip to content

🎓 Provides reusable context that helps in testing Behat extensions.

License

Notifications You must be signed in to change notification settings

FriendsOfBehat/TestContext

Repository files navigation

Test Context License Version Build status on Linux Scrutinizer Quality Score

Provides reusable context that helps in testing Behat extensions.

Usage

  1. Install it:

    $ composer require friends-of-behat/test-context --dev
  2. Include in your suite:

    # behat.yml
    default:
        # ...
        suites:
            default:
                contexts:
                    - FriendsOfBehat\TestContext\Context\TestContext