Skip to content

Commit

Permalink
IBX-6383: Remove Allure reports integration from Behat and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Sep 1, 2023
1 parent ca1e27b commit cfa2a96
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 89 deletions.
5 changes: 0 additions & 5 deletions behat_ibexa_oss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ default:
cache: false
formatters:
pretty: true
allure:
output_path: '%paths.base%/build/allure'
extensions:
Behat\MinkExtension:
files_path: '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/src/lib/Behat/TestFiles/'
Expand Down Expand Up @@ -63,9 +61,6 @@ default:
mode: normal
limit: 10

Allure\Behat\AllureFormatterExtension:
image_attachment_limit: 5

suites: ~

regression:
Expand Down
81 changes: 0 additions & 81 deletions bin/ibexareport

This file was deleted.

4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"bex/behat-screenshot": "^2.1",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"ezsystems/allure-behat": "^3.3@dev",
"ezsystems/allure-php-api": "^3.3@dev",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev",
"ezsystems/ezplatform-http-cache": "^2.3@dev",
"ezsystems/ezplatform-kernel": "^1.3@dev",
Expand Down Expand Up @@ -75,7 +73,7 @@
"dev-master": "8.3.x-dev"
}
},
"bin": ["bin/ibexabehat", "bin/ibexareport"],
"bin": ["bin/ibexabehat"],
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand Down

0 comments on commit cfa2a96

Please sign in to comment.