Fix Frontend testing documentation drift - #189
Open
Ekhorn wants to merge 3 commits into
Open
Conversation
wborn
reviewed
Aug 27, 2026
Contributor
Author
|
Decided that we'll get rid of the task entirely. Will update the PR once openremote/openremote#3230 is ready. |
4 tasks
Ekhorn
force-pushed
the
running-all-frontend-tests
branch
from
August 31, 2026 14:21
3e15e50 to
2603a23
Compare
Ekhorn
marked this pull request as ready for review
August 31, 2026 15:05
9 tasks
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.
Update the frontend testing guide
The guide had drifted from
ui/since it was last refreshed, and still documented thenpmTestUIGradle task removed in openremote/openremote#3230.Changelog
npmTestand-pscoping, drop the removednpmTestUItask, and document-Pargsfor sharding app testsdefineAppConfig/defineCtConfig), replacing the stale default importnpmTestGradle task, which installs only the test workspaces and forwards Playwright argumentsui/test/app.config.tstoui/test/app.config.ctsShared(apps) andCtShared(components) fixture splitworker: 1from the setup/teardown snippetThe
workerchange is tracked in openremote/openremote#3251ui/fix-incorrect-worker-setting, so this should land after that fix.