PHPackages                             zayon/behat-gather-context-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. zayon/behat-gather-context-extension

ActiveBehat-extension[Testing &amp; Quality](/categories/testing)

zayon/behat-gather-context-extension
====================================

A Behat extension to automatically gather contexts

v0.0.3(3y ago)09.2k↓16.1%MITPHPPHP ^7.4 || ^8.0

Since Mar 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Zayon/behat-gather-context-extension)[ Packagist](https://packagist.org/packages/zayon/behat-gather-context-extension)[ Docs](https://github.com/Zayon/behat-gather-context-extension)[ RSS](/packages/zayon-behat-gather-context-extension/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Behat Context Gatherer Extension
================================

[](#behat-context-gatherer-extension)

Table of contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Versioning and release cycle](#versioning-and-release-cycle)
- [License](#license)

Installation
------------

[](#installation)

Compatible with PHP 7.4 and later.

Compatible with Behat 3.0.0 and later

1. Require this extension using *Composer*

```
composer require --dev zayon/behat-gather-context-extension
```

2. Enable it within your Behat configuration:

```
# behat.yaml.dist / behat.yaml

default:
  extensions:
    Zayon\BehatGatherContextExtension\ContextGathererExtension: ~
```

Usage
-----

[](#usage)

```
