SymfonyExtension
                                
                                 SymfonyExtension copied to clipboard
                                
                                    SymfonyExtension copied to clipboard
                            
                            
                            
                        :musical_score: Extension integrating Behat with Symfony.
    
SymfonyExtension
This Behat extension provides an integration with Symfony (both ^4.4 and ^5.1) 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
- Installation
- Usage
- Mink integration
- Behat/Symfony2Extension differences
- Configuration reference
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.0is released on 23.11.2019
- v1.0.1with a bugfix is provided on 03.02.2020
- v1.1.0is released on 15.02.2020:- 1.0branch will not get bugfixes anymore
- 1.0security 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.