Skip to content

Commit

Permalink
multiple behat outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Oct 23, 2024
1 parent d53770b commit 6339dd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ default:
paths:
- "%paths.base%/tests/Acceptance/CustomMessageType"
contexts:
- PubNubTests\Acceptance\CustomMessageType\CustomMessageTypeContext
- PubNubTests\Acceptance\CustomMessageType\CustomMessageTypeContext
formatters:
pretty: true
junit:
output_path: "%paths.base%/tests/Acceptance/report.xml"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cp sdk-specifications/features/publish/publish-custom-mssg-type.feature tests/Acceptance/CustomMessageType/publish-custom-mssg-type.feature",
"cp sdk-specifications/features/publish/signal-custom-mssg-type.feature tests/Acceptance/CustomMessageType/signal-custom-mssg-type.feature",
"cp sdk-specifications/features/history/history-custom-mssg-type.feature tests/Acceptance/CustomMessageType/history-custom-mssg-type.feature",
"vendor/bin/behat -f junit -o tests/Acceptance/reports/"
"vendor/bin/behat"
]
},
"require": {
Expand Down

0 comments on commit 6339dd2

Please sign in to comment.