Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(CI): Remove unmaintained library
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Dec 8, 2023
commit 89f28d6d5f0169026ac646a35c39cf709a35761c
1 change: 0 additions & 1 deletion tests/Integration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"require-dev": {
"behat/behat": "^3.12",
"guzzlehttp/guzzle": "^7.5",
"jarnaiz/behat-junit-formatter": "^1.3",
"phpunit/phpunit": "^9.6"
}
}
45 changes: 1 addition & 44 deletions tests/Integration/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions tests/Integration/config/behat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
default:
formatters:
junit:
output_path: '%paths.base%/../output'
pretty:
output_styles:
comment: [ 'bright-blue' ]
autoload:
'': '%paths.base%/../features/bootstrap'
suites:
Expand All @@ -7,8 +13,3 @@ default:
- '%paths.base%/../features'
contexts:
- FeatureContext

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