add playwright tests for 1.10 with NFS#7
Merged
debsmita1 merged 2 commits intoJul 3, 2026
Conversation
Member
|
@debsmita1 merged the other PR first, this needs now a rebase. |
01f0df1 to
393ccd6
Compare
christoph-jerolimov
left a comment
Member
There was a problem hiding this comment.
I will merge your changes tomorrow. Anyway, some comments I like to share. If you have time please apply them, if not I would prob. open a PR later.
393ccd6 to
9fd426b
Compare
9fd426b to
8917b9d
Compare
christoph-jerolimov
approved these changes
Jul 3, 2026
christoph-jerolimov
left a comment
Member
There was a problem hiding this comment.
Looks good. Thanks 👍
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.
Solution Description
Added
guest-login-home-catalog-nfs.spec.tsthat runs on 1.10 + NFSnpm scripts :
testplaywright test && npm run analysetest:nfsRHDH_FRONTEND=nfs playwright test && npm run analysetest:nfs:uitest:ofs:uiTest Setup
Deploy the RHDH 1.10 NFS test instance
Option 1 — Helm (local cluster)
cd helm/rhdh-110-nfs make installThis deploys to namespace
rhdh-loadtests-110-nfswith:APP_CONFIG_app_packageName: app-nextandENABLE_STANDARD_MODULE_FEDERATION: true(set by the baseurl ConfigMap job)Get the instance URL
Wait until the RHDH pod is ready and the baseurl ConfigMap job has completed (NFS env vars must be present).
B. Run the Playwright load tests
For interactive debugging: