friends-of-behat/symfony-extension

Integrates Behat with Symfony.


Keywords
bdd, behat, behat-extension, mink, mink-driver, php, symfony
License
MIT

Documentation


SymfonyExtension

This Behat extension provides an integration with Symfony (^6.0 and ^7.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.