/** @BeforeFeature */
 public static function setupFeature(BeforeFeatureScope $scope)
 {
     if ($scope->getSuite()->getSetting('seed_data')) {
         echo 'setting up database';
         //call sh script or command
         echo 'finished setup database';
     }
 }