Provide documentation for SymfonyExtension v2

This commit is contained in:
Kamil Kokot
2019-01-18 17:28:31 +01:00
parent 237cbac77e
commit b5e6348a3a
7 changed files with 388 additions and 3 deletions

View File

@@ -4,6 +4,29 @@
<h1 align="center">SymfonyExtension</h1>
<p align="center">Integrates Behat with Symfony (<code>^3.4</code> and <code>^4.1</code>).</p>
This Behat extension provides an integration with Symfony (both `^3.4` and `^4.1`) and Mink driver for Symfony application.
It allows for:
* defining your contexts as regular Symfony services
Inspired by [Behat/Symfony2Extension](https://github.com/Behat/Symfony2Extension).
* autowiring and autoconfiguring your contexts
* testing your Symfony application without having to set up a server
## Documentation
* [Installation](docs/installation.md)
* [Usage](docs/usage.md)
* [Mink integration](docs/mink_integration.md)
* [Behat/Symfony2Extension differences](docs/bs2e_differences.md)
* [Configuration reference](docs/configuration_reference.md)
## License
This extension is completely free and released under permissive [MIT license](LICENSE).
## Authors
It is originally created by [Kamil Kokot](https://github.com/pamil).
See the list of [all contributors](https://github.com/FriendsOfBehat/SymfonyExtension/graphs/contributors).