Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove jarnaiz/behat-junit-formatter from acceptance tests #3553

Merged
merged 3 commits into from
Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"platform": {
"php": "7.2"
},
"vendor-dir": "./vendor-php"
"vendor-dir": "./vendor-php",
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"require": {
},
Expand Down
6 changes: 1 addition & 5 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default:
- RevaContext:
- OccContext:
- FeatureContext: &common_feature_context_params
baseUrl: http://localhost:8080
baseUrl: http://localhost:8080
adminUsername: admin
adminPassword: admin
regularUserPassword: 123456
Expand Down Expand Up @@ -57,8 +57,4 @@ default:
- PublicWebDavContext:

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

Cjm\Behat\StepThroughExtension: ~
4 changes: 0 additions & 4 deletions tests/parallelDeployAcceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ default:
- FeatureContext: *common_feature_context_params

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

rdx\behatvars\BehatVariablesExtension: ~

Cjm\Behat\StepThroughExtension: ~
1 change: 0 additions & 1 deletion vendor-bin/behat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"behat/mink": "1.7.1",
"friends-of-behat/mink-extension": "^2.5",
"ciaranmcnulty/behat-stepthroughextension" : "dev-master",
"jarnaiz/behat-junit-formatter": "^1.3",
"rdx/behat-variables": "^1.2",
"sensiolabs/behat-page-object-extension": "^2.3",
"symfony/translation": "^4.4",
Expand Down