Skip to content

Commit

Permalink
Merge pull request #43 from vidarl/behat-junit
Browse files Browse the repository at this point in the history
Added behat-junit-formatter dependency to composer.json
  • Loading branch information
andrerom committed Sep 18, 2015
2 parents b117c01 + c5ffde3 commit 1c80952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions behat.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ default:
env: behat
debug: false

jarnaiz\JUnitFormatter\JUnitFormatterExtension:
filename: report.xml
outputDir: %paths.base%/build/tests

# default profile: no suites
suites: ~

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"jarnaiz/behat-junit-formatter": "^1.3",
"ezsystems/behatbundle": "@dev"
},
"suggest": {
Expand Down

0 comments on commit 1c80952

Please sign in to comment.