drupal-elm-starter
drupal-elm-starter copied to clipboard
Wipe DB on each WDIO file execution
Before running wdio we could drush sql-dump > before-db.sql
And then on each iteration we could:
drush sql-drop -y && `drush sql-connect` < before-db.sql
This could make the tests slightly less tangled.