Use Selenium to automate Drupal configuration

Chris Shattuck demonstriert in einem Screencast einen interessanten Einsatz von Selenium:

During a recent push to a production server, I recorded a Selenium test to illustrate one of its uses, which is porting Drupal configuration changes from one server to another reliably. In this example, I use a Selenum test suite to accomplish several tasks, including:

  • Import a content type
  • Import a view
  • Install modules
  • Create a multi-paned panel page
  • Fill out several configuration forms.

Sehr cool.

Possibly related posts (automatically generated)