-
I try to migrate to Symfony 5 with latest FOB dependencies.
I defined the a default behat config :
behat.yml
Behat\MinkExtension:
base_url: http://localhost
fi…
n1coh updated
4 years ago
-
I have just started to setup behat tests on my local Drupal 8 using MAMP as the local environment. It seems at any attempt to login using a browser with the pre built language for logging in as a user…
-
Hi there,
Great work on this. However, I have the following error when following the example in the documentation here.
F---
(::) failed steps (::)
01. Invalid entity_type specified: catalog_produc…
-
Hi,
after upgrading symfony version from 4.2 to 4.3 (actually 4.3.3) I have this error shown when I try to run any behat test.
I think that has something to do with this extension as if I try with a…
-
I followed the steps in the full documentation for the stand alone installation, but when I run [bin/behat -di (or -dl)], nothing is listed.
-
After syncing `.editorconfig` to most of the repositories, I noticed these differences that may need addressing.
1. [`lifterlms-cli`](https://github.com/gocodebox/lifterlms-cli/compare/f7c5443bc049..…
-
Edge Personal Settings tries to go to the personal settings page, and often complains:
```
Scenario: New password is same as current password …
-
Running the setup script I got this message:
./bin/local-build.sh
```
Invoking: /usr/local/bin/composer install --no-ansi --no-interaction --optimize-autoloader --no-progress --no-scripts
Lo…
-
Both drush 9.5.2 and behat-drush-endpoint installed successfully, but command still not found.
Composer.json file:
```json
{
"name": "pantheon-systems/example-drops-8-composer",
"descri…
-
Is it possible to take screenshots with Mink and insert them in the json file like what we can have with Cucumber and the embeddings node ?
Thank you in advance.