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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31a8b3d Â· Jan 11, 2024

History

80 Commits
Dec 9, 2023
Oct 6, 2016
Nov 5, 2020
Jul 28, 2016
Jul 28, 2016
Jan 16, 2017
Oct 25, 2016
Aug 9, 2016
Jan 11, 2024
Dec 10, 2021

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