IBX-12374: Removed the YAML Behat configuration twins - #201
Merged
Merged
Conversation
This was referenced Sep 8, 2026
konradoboza
approved these changes
Sep 8, 2026
mikadamczyk
approved these changes
Sep 8, 2026
ViniTou
force-pushed
the
IBX-12374-drop-yaml-configs
branch
from
September 9, 2026 06:20
ac8709b to
551813f
Compare
|
This was referenced Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description:
Phase-5 cleanup after the Behat 4 flip (#200). The YAML configuration twins (
behat_ibexa_*.yaml,behat_suites.yml) were kept only for the transition and are dead:bin/ibexabehatdefaults tobehat.php,prepare_project_edition.shcopies the PHP roots, and Behat 4 cannot read YAML configuration at all.behat_ibexa_{oss,headless,experience,commerce}.yamlandbehat_suites.yml.[ -f behat_ibexa_oss.php ]fallback always took the PHP branch on 6.0.doc/running_tests.md(removed the 'YAML twin' note, pointed suite conventions atbehat_suites.php).Merge order: ibexa/recipes-dev#262 merges FIRST — the 6.0 recipe still lists the YAML files under
copy-from-package, which throwsLogicExceptionon a missing file. Once the recipe stops referencing them, deleting them here is safe.For QA:
Browser CI must stay green — it already runs on the PHP configuration only.
Documentation:
N/A
🟢 Green CI with the Flex endpoint temporarily pinned to the recipes-dev#262 build: https://github.com/ibexa/behat/actions/runs/34239820992 (pin dropped afterwards — browser jobs go green on their own once ibexa/recipes-dev#262 merges, which must happen before this PR).