-
My project works w/ [https://github.com/Behat/MinkExtension](https://github.com/Behat/MinkExtension). Here is my yml:
```
extensions:
Behat\MinkExtension:
browser_name: 'chrome'
…
-
I tried to install this via composer using the instructions in the README, but it isn't working.
**composer.json**
```
"require-dev": {
"emuse/behat-html-formatter": "^0.2",
```
…
-
You can find the project at https://github.com/PHPExpertsInc/SymfonyExtension/
or
composer install phpexperts/symfony-extension
## Differences with Behat/Symfony2Extension
* Dropped su…
-
I'm not sure what is going on, but I'm hitting this:
```
$ moodle-plugin-ci install
4/7 [================>-----------] 57% 9 secs [Install dependencies]
…
-
Not a bug, I am after some help.
**Description**
I am in the process of configuring the tool to work with [Mink](https://github.com/Behat/MinkExtension).
Whilst I've got it working with a simp…
-
https://github.com/jhedstrom/drupalextension/blob/22d69d8c6929e49c4736b147bf2f73e92e4fedb9/src/Drupal/DrupalExtension/ServiceContainer/DrupalExtension.php#L73
I am currently using the region map …
-
### 👓 What did you see?
Hello, I'm setting Cucumber LSP for nvim, and I'm getting errors during regex parsing.
I'm trying to glue steps from package: https://github.com/FriendsOfBehat/MinkExtension
…
-
`error_get_last()` return NULL for Behat Exception so exemplify can't work. Could you confirm this?
```
Feature: Test project
Scenario: # features/beer.feature:3…
pocky updated
7 years ago
-
What I want to do:
- use the mink extension
- override and extend/decorate the goutte- and the selenium2-driver
- use values from behat.yml inside the new/decorated drivers
- want to write/configure t…
-
When I use in the test either `I press "Submit"` or `I click the element with selector "form > button"` I am getting the same error:
No AJAX timeout has been defined. Please verify that "Drupal\MinkE…