TASK: Review adjustments for new playwright E2E tests and stabilise - #4163
Merged
mhsdesign merged 20 commits intoJul 15, 2026
Conversation
mhsdesign
marked this pull request as ready for review
July 13, 2026 19:53
mhsdesign
force-pushed
the
task/harden-new-playwright-e2e-tests
branch
from
July 14, 2026 07:28
f42c9dc to
78a1f45
Compare
Also prefix created users with `test-` to only remove affected (if run locally without docker)
also cleanup obsolete things
This allows us to enter the container still and inspect logs and decouples the browser testing to how the server was run
…lhost` consistently
…s) for test in worker
mhsdesign
force-pushed
the
task/harden-new-playwright-e2e-tests
branch
from
July 14, 2026 07:53
78a1f45 to
68f724e
Compare
mhsdesign
force-pushed
the
task/harden-new-playwright-e2e-tests
branch
from
July 15, 2026 12:02
95debe3 to
925608a
Compare
This was referenced Jul 15, 2026
…selectors anymore in the extensibility tests we thus also can no longer compare the object name
…during workspace removal
Otherwise, in CI the step can fail
{"error":{"type":"Neos\\EventStore\\Exception\\ConcurrencyException","code":1779022349,"message":"Expected version: [ContentStream:99de6a59-5574-4ab4-8eb1-4483a188c490 equals 0], actual version: 1."}}
there is a php 8.4 image yolo
mhsdesign
force-pushed
the
task/harden-new-playwright-e2e-tests
branch
from
July 15, 2026 13:41
b3d8346 to
2e1db10
Compare
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.
requires #4164
onedimension.localhost:8081instead mixing with127.0.0.1:8081CreateUserandRemoveAllUsers(like existingWriteAdditionalSettingsendpoint)Solves some parts of #4112 and most importantly turns the CI green again