-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests-only] [full-ci] adding step for getting bearer token with api #11368
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
3655d8b
to
a626370
Compare
89ea0ad
to
06aa9e9
Compare
90901de
to
6d62fdb
Compare
6d62fdb
to
6d6bb6c
Compare
6d6bb6c
to
0fc872e
Compare
0fc872e
to
44c8a8a
Compare
You have to either remove (if possible) or skip this block of code with this PR: web/tests/e2e/support/objects/runtime/session.ts Lines 51 to 64 in f6e3a09
|
If this line is removed, PR fails on keycloak test because the login flow still holds true for that. Currently, this fixed is directed to fix the pagination feature file. We do no login in pagination and therefore this code isn't initiated. |
yeah, that's why I gave you an option.
run this block of code only when running with keycloak |
44c8a8a
to
24fb783
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR adds an implementation for getting bearer tokens using API rather than from UI via login.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes