Hi,
in Web Ide, when wanting to run a test, one just had to right click on the testsuite.qunit.html and Run as Unit Test.
What is advised to run tests in Business Application Studio ?
Thanks
In a controller.js file, I want to reference a BaseController situated in another place. So at the top of the controller.js file I used:
sap.ui.define([
"../../controller/BaseController.controller",
"sap/ui/core/mvc/Controller",
"sap/ui/co...
Hi,I have 2 separated components in 2 projects. Comp A is using Comp B. And Comp B has an interface view through which data can be passed.In comp A, somewhere I would like to open a new modal window containing view of comp B. For such I'm using the m...
Hi,I would like to open an WD application in the portal with a link.And I would also like the portal to be headerless (without TLN).I tryed to add ?NavMode=3 to my link.I also tryed to modify the properties of the page in which the WD aplication is s...
Here an example in oData V4: "dataSource": "mainService", "settings": { "autoExpandSelect": true, "operationMode": "Server", "groupId": "$direct", "synchronizationMode": "None", "earlyRequests": true
Thanks.Indeed I created a script which I can launch using "npm run frontend-unit-test"I also had to adapt as BAS can only use ChromiumHeadless. So one only get the nb of passed or failed tests and nothing opens in a new tab.
It's working fine, when all .js are in the same folder. But not when in separate folders.I'm trying to find the right resourceRoots as indicated by Florian