-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Errors with version 0.9.1 #276
Comments
Hi, could you please provide more context info?
To Reproduce
That being said, the diff Any chance your app has changed in the meantime? |
wdi5/wdio-ui5-service-version: 0.9.1 (0.9.0 is still working as expected) We have changed the test and included dotenv to read env variables from files. But the problem is still reproduceable. Each time we try to change to 0.9.1 we get the above error. Here is some more from the stack:
|
with #280 in and |
I tried several times by now. Could not get it working, it still fails with:
|
hmmm...sorry for suspecting and asking this, but: have you explicitly done |
I did another test with completely removing it - and it still does not work |
after taking another look at your provided logs, this caught my eye: → the namespace so a possible solutions is to switch to SAPUI5 for bootstrapping from CDN (https://sapui5.hana.ondemand.com/resources/sap/fe/test/ListReport.js works!) @nlunets / @Siolto / @georgbischoff: I'll add an issue on fine-tuning OData v4 test library detection at |
load the required resources for the testlib only when the testlib is specifically initialized hopefully aids in resolving #276
We are getting a lot of undefined errors like this one:
This only happened when we changed to version 0.9.1 - with 0.9.0 its working without issues again.
We also use delayed wdi5 injection through
ui5service.injectUI5()
(I assume the error stems from here).The text was updated successfully, but these errors were encountered: