Merge pull request #589 from owncloud/add-StepThroughExtension-to-test-runner

[Tests-Only] Add StepThroughExtension to acceptance test runner
This commit is contained in:
Phil Davis
2020-09-16 22:12:24 +05:45
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
config = {
'apiTests': {
'coreBranch': 'master',
'coreCommit': '39bcf3874f2e388bbe7a7802e2f1e3c6a4b8216a',
'coreCommit': 'cb90a3b8bfcddb81f8cf6d84750feaa779105b94',
'numberOfParts': 4
},
'uiTests': {

View File

@@ -33,3 +33,5 @@ default:
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
filename: report.xml
outputDir: '%paths.base%/../output/'
Cjm\Behat\StepThroughExtension: ~

View File

@@ -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",