-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
cap + basic auth #502
Comments
yep, this is a tricky one and already tracked in https://github.com/orgs/ui5-community/projects/2/views/1?pane=issue&itemId=18873812 - there is movement on this, together with some colleagues from PwC. |
Yes sure |
then shoot me an e-mail to [email protected] and I'll forward the meeting invite! |
@mpah any updates on this after our meeting? Awaiting eagerly your PR ;) |
Im running a local CAP project with cds watch. The ui5 apps in "app/..." can be accessed with no issues at:
http://localhost:4004/appname/webapp/test/flpSandbox.html
wdi5 works as well, the issue is however Im using basic auth (CAP mock strategy defined in top lvl package.json).
I tried supplying the credentials both
set wdi5_username=a&& set wdi5_password=a&& wdio run ./wdio.conf.js
When I
console.log(process.env)
inside the test.js file I can see the credentials listed properly
[0-0] wdi5_password: 'a', [0-0] wdi5_username: 'a',
I can see the basic auth window pop up twice but the ui5 page itself does not load.
Ive used BTP auth and that worked without issues, the login happens immediatly.
Runtime Env:
wdi5/wdio-ui5-service
-version: 1.5.1UI5
version: 1.112.1node
-version: 18.12.1The text was updated successfully, but these errors were encountered: