drupalextension
drupalextension copied to clipboard
An integration layer between Behat, Mink Extension, and Drupal.
Updates the following: - drupal related dependencies to allow 10.x - drush to allow drush 11 - behat/mink-goutte-driver to allow 2.x - symfony packages to allow ^6
I'm trying to do some testing with PHP 8.1 and I'm getting blocked by some of the requirements with regards to symfony on this package. We need to make sure...
For background, see: * https://github.com/minkphp/MinkBrowserKitDriver/issues/153 * https://www.drupal.org/project/drupal/issues/3175718
Allow also ~2.0 of behat/mink-goutte-driver
I'm having issues debugging a php error that is only thrown during behat testing. If I try to load `url_generator` service during behat step definition I'm getting this error and...
With version 3.x the `bin/behat --init` command fails.
In my test to upload an audio file, I'm getting the following AJAX error. ``` And I attach the file "myfile.mp3" to "Add a new file" # Drupal\DrupalExtension\Context\MinkContext::attachFileToField() ┌─ @BeforeStep...
After updating from 4.1.0 to 4.2.1, I'm getting the following error: ``` ╳ Could not open connection: Unable to create new service: GeckoDriverService ╳ Build info: version: '3.141.59', revision: 'e82be7d358',...
Not sure how much longer we need to maintain Drupal 7 support, but the tests are failing so should either be updated to work, or removed...
Hello, I tried to update my skeleton on PHP 8.1 https://gitlab.com/florenttorregrosa-drupal/docker-drupal-project/-/merge_requests/107 and Behat is not working. I tried to debug so here is a PR but encountered other problems. First:...