Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[x] Tests for the changes have been added (for bug fixes/features)
[x] Docs have been added/updated (for bug fixes/features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
testing
What is the current behavior? (You can also link to an open issue here)
New functions have been added without a proper way to test them in an actual application environment.
Isolated tests are not sufficient for infrastructure packages like this
What is the new behavior (if this is a feature change)?
E2E-Testing via Playwright is added. A helper plugin is provided in the orchestration to deal with structured front-end output
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) testing
What is the current behavior? (You can also link to an open issue here) New functions have been added without a proper way to test them in an actual application environment. Isolated tests are not sufficient for infrastructure packages like this
What is the new behavior (if this is a feature change)? E2E-Testing via Playwright is added. A helper plugin is provided in the orchestration to deal with structured front-end output
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No
Other information: