-
Example use case:
I have some `.feature` scenarios that require one set of fixtures to be loaded, and some scenarios within the same bundle that require a different set (for example, testing that the …
-
Describe the bug
I get an error when I try to install composer dependencies from a Satis Repo. Both are hosted on my local machine. When I run composer install, it throws an error:
```
[Seld\Jso…
-
Getting the following error
```
In RemoveUnusedDefinitionsPass.php line 75:
Serialization of 'Closure' is not allowed
```
Similar to #72, it…
-
While working to test BLT 13.x with Drupal 10 and PHP 8.1.x I'm running into issues with the various Behat plugins.
jhedstrom/drupalextension appears to be compatible if we go to dev-master. HOWEVE…
-
Dear Elkan Roelen,
Do we have an option to turn on/off the report in behat.yml file ?
Sometime, I would like to turn off and check issue from command line.
Thank you so much for great extension…
-
I have Behat test cases written like so:
Feature: Checkout
In order to buy products
As a customer
I need to be able to checkout items in the cart
Background:
Giv…
-
Hi everyone,
I'm posting this issue from stackoverflow as i've got the same problem and no one seems do understand why this is happening. Maybe you can give us more insights on this one.
# Stack…
-
When I trying to use `open()` function then I see error message:
` "getDriver" method is not available on the LoginPage (BadMethodCallException)`
I noticed that it's true, Page class doesn't hav…
-
Add in [doc](https://github.com/Behat/MinkExtension/blob/master/doc/index.rst) example of how to get [ChromeDriver]( http://mink.behat.org/en/latest/drivers/chrome.html) to work on behat.yml with Mink…
-
Based on discussion in #234 and looking at https://github.com/dmaicher/doctrine-test-bundle/pull/128. I'm thinking we could provide 2 contexts/extensions (not sure what would be appropriate):
1. `Res…