Peter Muessig
Peter Muessig
Same like #306 - testing related code wasn't in focus of TS API support so far.
There is some more work todo on the documentation here. We will need to review it carefully, but in general, it is important to get that re-newed.
IMO, we should make the node proxy configuration available to the internally used `Octokit` APIs. I'll try to investigate this asap.
Are you working offline or behind a proxy? ``` RequestError [HttpError]: request to https://api.github.com/repos/ui5-community/generator-ui5-project/branches/main failed, reason: getaddrinfo ENOTFOUND api.github.com ``` indicates that you can't access the GitHub REST API.
Can you maybe share the complete log? ``` npm ERR! AppData\Local\npm-cache_logs\2022-07-15T08_28_59_594Z-debug-0.log ``` From command line, can you curl `https://api.github.com/repos/ui5-community/generator-ui5-project/branches/main` ?
@shaancse08 does the issue still exist? This is really weird. On command line it works with `curl` but the octokit client fails to connect to its own endpoint. :-/ It...
Same like #306 - testing related code wasn't in focus of TS API support so far. BTW: the `jsUnitTestSuite` is really legacy code - I don't think we should propagate...
The usage of the old testsuite code is related to the following "Worklist" walkthrough example: https://github.com/SAP/openui5/blob/2bba4ea6a49332575a87de443efdc6893d66b153/src/sap.m/test/sap/m/demokit/tutorial/worklist/06/webapp/test/testsuite.qunit.js @codeworrior : we should also consider to update the walkthroughs with the latest declarative...
Same like #306 - testing related code wasn't in focus of TS API support so far.
Hi @pubmikeb , the `sap.ui.webc.main.Table` control is part of the UI5 Web Components enablement of OpenUI5. This means the UI elements developed as UI5 Web Components will be wrapped as...