Skip to content

Commit 3803354

Browse files
authored
Merge pull request #727 from stronk7/MDL_78934_goutte2browserkit
Add a note about the goutte=>browserkit move (MDL-78934)
2 parents b590537 + dbe96a8 commit 3803354

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/devupdate.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,18 @@ The subsequent MIME icons have been entirely removed:
487487
Files utilizing any of these removed icons will now be represented by the "unknown" icon.
488488

489489
:::
490+
491+
<!-- cspell:ignore goutte,browserkit -->
492+
## Behat
493+
494+
### Removal of Goutte and Goutte Mink Driver
495+
496+
The [goutte behat mink driver](https://packagist.org/packages/behat/mink-goutte-driver) has been replaced by the [browserkit](https://packagist.org/packages/behat/mink-browserkit-driver) one because the former has been abandoned.
497+
498+
The change should be completely transparent for (near) everybody. Only **if you are using some custom-generated `behat.yml`** file or other configuration alternatives different from the Moodle default one, then, **any `goutte` browser occurrence needs to be changed to `browserkit_http`** when configuring the behat mink extension.
499+
500+
See MDL-78934 for more details and changes applied.
501+
502+
### Removal of the `--skip-passed` option
503+
504+
The legacy (and custom) Behat `--skip-passed` option has been removed completely. Please, use the standard `--rerun` option that provides exactly the same (execution of failed scenarios only).

0 commit comments

Comments
 (0)