mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-17 01:54:38 -06:00
Add StepThroughExtension to acceptance test runner
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
config = {
|
config = {
|
||||||
'apiTests': {
|
'apiTests': {
|
||||||
'coreBranch': 'master',
|
'coreBranch': 'master',
|
||||||
'coreCommit': '39bcf3874f2e388bbe7a7802e2f1e3c6a4b8216a',
|
'coreCommit': 'cb90a3b8bfcddb81f8cf6d84750feaa779105b94',
|
||||||
'numberOfParts': 4
|
'numberOfParts': 4
|
||||||
},
|
},
|
||||||
'uiTests': {
|
'uiTests': {
|
||||||
|
|||||||
@@ -33,3 +33,5 @@ default:
|
|||||||
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
|
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
|
||||||
filename: report.xml
|
filename: report.xml
|
||||||
outputDir: '%paths.base%/../output/'
|
outputDir: '%paths.base%/../output/'
|
||||||
|
|
||||||
|
Cjm\Behat\StepThroughExtension: ~
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"behat/mink-extension": "^2.3",
|
"behat/mink-extension": "^2.3",
|
||||||
"behat/mink-goutte-driver": "^1.2",
|
"behat/mink-goutte-driver": "^1.2",
|
||||||
"behat/mink-selenium2-driver": "^1.4",
|
"behat/mink-selenium2-driver": "^1.4",
|
||||||
|
"ciaranmcnulty/behat-stepthroughextension" : "dev-master",
|
||||||
"jarnaiz/behat-junit-formatter": "^1.3",
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
||||||
"rdx/behat-variables": "^1.2",
|
"rdx/behat-variables": "^1.2",
|
||||||
"sensiolabs/behat-page-object-extension": "^2.3",
|
"sensiolabs/behat-page-object-extension": "^2.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user