refactor: Update login flow for UI tests#856
Merged
emmaaroche merged 1 commit intoKuadrant:mainfrom Feb 12, 2026
Merged
Conversation
Contributor
Author
|
@averevki This PR addresses your comments: #850 (comment) and #850 (comment) |
8f30184 to
3bbc993
Compare
averevki
reviewed
Feb 5, 2026
3bbc993 to
d428207
Compare
averevki
previously approved these changes
Feb 5, 2026
Contributor
averevki
left a comment
There was a problem hiding this comment.
It's good improvement. Do you have any data on how faster it's making tests run? (it's okay if not :))
Contributor
Author
|
Thanks @averevki, no 'official' data, but I noticed this refactor with overview tests and policy tests it takes roughly 7 mins to run whereas that was how long just policy tests alone were taking |
azgabur
reviewed
Feb 11, 2026
d428207 to
b025e3e
Compare
Signed-off-by: emmaaroche <eroche@redhat.com>
b025e3e to
6181de8
Compare
averevki
approved these changes
Feb 12, 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
conftest.pyfrompolicies/to parentconsole_plugin/directory to apply authentication to all UI test subdirectories.playwright-auth/session cache to.gitignoreand.dockerignorepyproject.tomlCloses #839
Verification steps
Run all UI tests to verify conftest changes don't break tests:
or
Run alll tests using the UI Container image:
docker run --rm \ -v /tmp/ocp/kubeconfig.kua-420-2:/run/kubeconfig:ro \ -v $(pwd)/config/settings.local.yaml:/run/secrets.yaml:ro \ -v $(pwd)/test-run-results:/test-run-results \ quay.io/rh-ee-eroche/testsuite-ui:unstable