You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a request to bypass the given wdi5:authentication setup from the configuration file, and instead let a user login via their chosen authentication provider (i.e. BTP) programmatically, within the test suite itself.
In UIVeri5, we do this by calling a helper function to directly logon to the BTP Launchpad from the 'beforeAll' hook in a test:
In the UIVeri5 configuration file, we do not provide logon credentials. Instead we provide the credentials from an environment-variables Javascript file which is read in the tests.
Is this something that could be provided in WDI5 as well?
The text was updated successfully, but these errors were encountered:
Hello WDI5 colleagues,
I have a request to bypass the given
wdi5:authentication
setup from the configuration file, and instead let a user login via their chosen authentication provider (i.e. BTP) programmatically, within the test suite itself.In UIVeri5, we do this by calling a helper function to directly logon to the BTP Launchpad from the 'beforeAll' hook in a test:
In the UIVeri5 configuration file, we do not provide logon credentials. Instead we provide the credentials from an environment-variables Javascript file which is read in the tests.
Is this something that could be provided in WDI5 as well?
The text was updated successfully, but these errors were encountered: