diff --git a/behat.varbase.yml b/behat.varbase.yml index 219b52478c35fa95702ccb26c084dc207e4e6d49..bdcfd53daa998d50613c16b12e194d754969b4cf 100644 --- a/behat.varbase.yml +++ b/behat.varbase.yml @@ -43,16 +43,6 @@ default: - Drupal\DrupalExtension\Context\MessageContext - Drupal\DrupalExtension\Context\MinkContext - Drupal\DrupalExtension\Context\MarkupContext - - behatch:context:browser: - timeout: 4 - - behatch:context:debug: - screenshotDir: "%paths.base%/tests/screenshots/" - - behatch:context:json: - evaluationMode: javascript - - behatch:context:system: - root: "../../" - - behatch:context:table - - behatch:context:xml paths: features: %paths.base%/tests/features bootstrap: %paths.base%/tests/features/bootstrap @@ -92,7 +82,6 @@ default: error_message_selector: '.messages.error' success_message_selector: '.messages.status' warning_message_selector: '.messages.warning' - Behatch\Extension: ~ emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension: name: html renderer: Twig,Behat2 diff --git a/composer.json b/composer.json index 9f7d44d8ccca9b5e0ce993a1c06e923b20092c84..f8ae738d3780d12daa4bd064492a76b07c19d3ba 100644 --- a/composer.json +++ b/composer.json @@ -60,9 +60,6 @@ "behat/behat": "~3.0", "phing/phing": "~2.0", "drupal/drupal-extension": "^3.2", - "behat/mink-extension": "~2.0", - "behat/mink-zombie-driver": "~1.0", - "behatch/contexts": "~3.0", "emuse/behat-html-formatter": "^0.2.0" }, "config": {