drupal-elm-starter icon indicating copy to clipboard operation
drupal-elm-starter copied to clipboard

Wipe DB on each WDIO file execution

Open amitaibu opened this issue 7 years ago • 0 comments

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.

amitaibu avatar Jul 18 '17 13:07 amitaibu