-
This week I ran into a strange bug with where drush was unable to find the alias path due to missing double quotes. Example:
```
dev:
paths:
features: 'features'
extensions:
B…
-
Hello,
I have a project with a .env file and other .env.behat The problem is when I run the tests the values for variables are .env values instead of .env.behat I have realized that if I have a va…
-
Hi!
This is a great Behat extension, but currently it does not support Symfony 5 - are there plans to add support for it?
The current composer.json contains:
```
"symfony/filesystem":…
-
# Context
For now (as of v1.0.x), we have implemented our business needs (share some state within a scenario) with a convenient DX way: injecting scenario state through steps’ methods arguments plu…
-
There's been a little discussion in Cucumber around the idea of exposing actions within steps to formatters.
An idea for this in PHP would be to expose a Logger of some sort inside Contexts (We cou…
-
Heya,
Im coming from working on Laraval, so have a bit of experience with composer, however this is my first Magento setup so may be missing something.
Im getting a dependency error on install (try…
-
I've got a solution if you are using this with Behat and API calls. It may be useful in the docs or if it's wrong I'm happy for comments.
I extend the MailerContext to my own like this:
```
-
Cannot install on Laravel 8.x due to compatibility issues:
Here's the command i ran: `composer require behat/mink-extension --dev`
Here's my dependencies in composer.json file:
```json
{
…
-
I am trying this test on Symfony app
```
Scenario: As logged User I cannot get attachment other users uploaded
Given I send a POST request to "/rest/index.php" with parameters:
| key…
-
See this issue: https://gitlab.com/DMore/chrome-mink-driver/issues/36
With config like:
```
formatters:
html:
output_path: %paths.base%/tests/coverage
extensions:
DMore\Chrome…