From 40893ae9f66b2886f8510eb5855f9c23db028a28 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 16 Sep 2020 17:38:52 +0545 Subject: [PATCH] Add StepThroughExtension to acceptance test runner --- .drone.star | 2 +- tests/acceptance/config/behat.yml | 2 ++ vendor-bin/behat/composer.json | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 2d99257ad..4f933c4c9 100644 --- a/.drone.star +++ b/.drone.star @@ -1,7 +1,7 @@ config = { 'apiTests': { 'coreBranch': 'master', - 'coreCommit': '39bcf3874f2e388bbe7a7802e2f1e3c6a4b8216a', + 'coreCommit': 'cb90a3b8bfcddb81f8cf6d84750feaa779105b94', 'numberOfParts': 4 } } diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index 36ce61dfe..1e3eb2229 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -33,3 +33,5 @@ default: jarnaiz\JUnitFormatter\JUnitFormatterExtension: filename: report.xml outputDir: '%paths.base%/../output/' + + Cjm\Behat\StepThroughExtension: ~ diff --git a/vendor-bin/behat/composer.json b/vendor-bin/behat/composer.json index aa22f6004..807eb10a5 100644 --- a/vendor-bin/behat/composer.json +++ b/vendor-bin/behat/composer.json @@ -10,6 +10,7 @@ "behat/mink-extension": "^2.3", "behat/mink-goutte-driver": "^1.2", "behat/mink-selenium2-driver": "^1.4", + "ciaranmcnulty/behat-stepthroughextension" : "dev-master", "jarnaiz/behat-junit-formatter": "^1.3", "rdx/behat-variables": "^1.2", "sensiolabs/behat-page-object-extension": "^2.3",