bytes-commerce/behat-symfony-extension

Integrates Behat with Symfony.

Maintainers

Package info

github.com/bytes-commerce/behat-symfony-extension

Language:Gherkin

Type:symfony-bundle

pkg:composer/bytes-commerce/behat-symfony-extension

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

8.0.4 2026-05-21 09:29 UTC

README


SymfonyExtension

Notice: This package has been adapted for PHP 8.4 and Symfony 8 compatibility. The adapted package is now available as bytes-commerce/behat-symfony-extension.

This adaptation has been made possible due to the work of the construction software www.digiconstruct.de.

You can get this bundle for your project:

composer require bytes-commerce/behat-symfony-extension

This Behat extension provides an integration with Symfony (^6.0 through ^8.0) and Mink driver for Symfony application.

It allows for:

  • defining your contexts as regular Symfony services

  • autowiring and autoconfiguring your contexts

  • testing your Symfony application without having to set up a server

Documentation

For a bit of backstory, take a look at the SymfonyExtension v2.0.0 release blogpost.

Versioning and release cycle

This package follows semantic versioning.

Public API is defined as configuration and behaviour defined in form of testable scenarios in the features directory. This means once your application is configured to use Behat with SymfonyExtension, it shall continue to work flawlessly within the same major version.

Next major releases are not planned yet. Minor and patch releases will be published as needed.

Bug fixes will be provided only for the most recent minor release. Security fixes will be provided for one year since the release of subsequent minor release.

Example (with arbitrary dates):

  • v1.0.0 is released on 23.11.2019
  • v1.0.1 with a bugfix is provided on 03.02.2020
  • v1.1.0 is released on 15.02.2020:
    • 1.0 branch will not get bugfixes anymore
    • 1.0 security support will end on 15.02.2021

License

This extension is completely free and released under permissive MIT license.

Authors

It is originally created by Kamil Kokot. See the list of all contributors.