-
```
behat --format=pretty --format=junit --out=some/dir
```
This yields an exception because the `--out` will actually apply to the first formatter `pretty`, not the `junit` one, creating UX issu…
-
When i try to launch Behat test ;
'ive got this error :
Running fixture "locale"...
2022-10-13T09:16:08.360469400Z Running fixture "currency"...
2022-10-13T09:16:08.370259800Z Running fi…
-
We should run all the core behat tests, after forcing the theme config variable to "bootstrap".
Just tried it and it mostly seems to work, though the menu doesn't seem to work when the script tries t…
-
I would really like to test out my idea of functional testing documentation with Sulu. (https://github.com/dantleech/sphinx-behat)
A prerequisite for this would be to make the documentations in Restr…
-
https://github.com/minkphp/webdriver-classic-driver/blob/61b12d05f4185a1f9d0676fc66d559c1e435a97a/src/WebdriverClassicDriver.php#L801
☝️ That condition means that we cannot overwrite capabilities by …
-
Hey,
I've the need for a Behat Plugin, working similar to how your PHPUnit Plugin has been implemented for use with my Behat Tasks. This should have the ability to take a list of command line argumen…
-
Allow to add extra entries to the selectors in behat.yml
The [text](https://github.com/jhedstrom/drupalextension/blob/d8fcc7c0f4c251c9911bfbd6beac74ab6df2af9e/src/Drupal/DrupalExtension/ServiceCont…
-
Behat 3 has now been released from some time and offers enhanced functionality for suites of features and other optimisations. We have also created a stand along library for handling fixture generatio…
-
Hi, the tests stated below are failing.
**Environment details:**
MySQL 5.7
PHP 7.4
Moodle latest MOODLE_400_STABLE
**Error details:**
**file_resources.feature - Scenario: File resources are …
-
I have heartbeat installed in my dev environment. When I run behat tests for other plugins (unless the behatDB is a clean install) I get the following error:
```@BeforeStep # behat_hooks::before_step…