From 0cb64045589b90f0c663ddb906fdd44befd4fb89 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 21 Jan 2019 13:06:43 +0100 Subject: [PATCH] Add an index to the docs --- docs/index.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..35fb672 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,32 @@ +

+
+

+ +

SymfonyExtension

+ +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 + + * 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).