Skip to content

Commit

Permalink
Merge pull request #383 from owncloud/add-behat-stepthroughextension
Browse files Browse the repository at this point in the history
[Tests-Only] Add behat-stepthroughextension to acceptance test runner
  • Loading branch information
phil-davis authored Sep 21, 2020
2 parents ca4c2b3 + 405b1d8 commit daa5fe0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ default:
'': '%paths.base%/../features/bootstrap'

extensions:
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
filename: report.xml
outputDir: '%paths.base%/../output/'
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
filename: report.xml
outputDir: '%paths.base%/../output/'

Cjm\Behat\StepThroughExtension: ~

suites:
apiFilesPrimaryS3:
Expand Down Expand Up @@ -36,4 +38,4 @@ default:
- WebUILoginContext:
- WebUISharingContext:
- WebUIGeneralContext:
- WebUIFilesContext:
- WebUIFilesContext:
1 change: 1 addition & 0 deletions vendor-bin/behat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit daa5fe0

Please sign in to comment.