docs
docs copied to clipboard
Behat documentation repository
As mentioned in #179, it is slightly confusing that the docs version is `3.0` when in fact it will always cover the latest minor of the `3.x` version series. Fixing...
Where can I find documentation for writing extensions for behat 2.5 AND 3+ ??? Can someone please help me?
Currently the "Extensions" nav link in the docs just goes to a [github search for "behat extension" in the name or description](https://github.com/search?o=desc&q=behat+extension+in%3Aname%2Cdescription+language%3APHP&ref=searchresults&s=stars&type=Repositories&utf8=%E2%9C%93) A lot of extensions have a composer type...
# Summary - [ ] What does a `name` filter refer to? - [ ] Plural `tags` + `--help` make valid configuration values for `filter` options ambiguous (string only? array?)...
https://github.com/Behat/docs/blob/v3.0/user_guide/configuration.rst#extensions should cover all the options (namespaced class / automagic class / file path) supported by [ExtensionManager::instantiateExtension](https://github.com/Behat/Behat/blob/42f15e5d513fc10dd807f90379652bacd56930b6/src/Behat/Testwork/ServiceContainer/ExtensionManager.php#L176-L198) As identified in review for #146