deviantintegral / drupal_tests

A docker container based for running Drupal tests in CircleCI
GNU General Public License v3.0
24 stars 9 forks source link

Support FunctionalJavascript tests #46

Closed deviantintegral closed 3 years ago

deviantintegral commented 6 years ago

As of Drupal 8.5, these now support Selenium, which is significantly more reliable than phantomjs. It's a good alternative for modules that don't want to write behat tests.

m4olivei commented 3 years ago

This was added in https://github.com/deviantintegral/drupal_tests/pull/49. Closing.