-
### Description
Currently, Behat supports configuration through YAML files. While YAML is straightforward for many use cases, offering support for PHP configuration files could bring added flexibilit…
-
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%2Cdescripti…
-
I noticed that when I have the following extension configured:
```
default:
extensions:
FriendsOfBehat\SymfonyExtension: ~
```
And I run:
```
bin/behat --help
```
Behat *does not* sh…
-
Hey,
just followed this article here https://pavlakis.dev/posts/upgrade-to-friends-of-behat-symfony-extension/
to get behat up and running in symfony 4.
I ran the following commands:
```
composer…
-
Hello there. This library is great. I wonder if you'd be ok to add a behat extension (along the phpunit and panther integration).
I'm asking this before any contribution because it feels weird to m…
Nek- updated
6 months ago
-
When i run
`vendor/bin/behat -c tests/behavior/behat.yml "$@"`
everything works fine.
But when i run
`vendor/bin/behat --parallel-feature -c tests/behavior/behat.yml "$@"`
i get the follo…
-
Hey,
it seems so that there are 2 packages. I get lot issues like
Warning: Ambiguous class resolution, "Behat\MinkExtension\Context\MinkAwareContext" was found 2x: in "/home/shyim/Code/shopware/…
-
When using this driver from behat, there is no way of setting the browser commandline args (ie. --headless or --start-maximized for chrome).
mink-selenium2-driver allows to specify chromeOptions un…
-
Where can I find documentation for writing extensions for behat 2.5 AND 3+ ???
Can someone please help me?
-