How to connect to CAP catalog service in order to serve Unit / Integration tests of UI5 development
In UI5-TEST.yaml file : Which method is correct.
server:
customMiddleware:
- name: fiori-tools-proxy
afterMiddleware: compression
configuration:
ignoreCertError: false
backend:
- path: /sap/opu/odata
url: http://localhost
or
server:
customMiddleware:
- name: fiori-tools-proxy
afterMiddleware: compression
configuration:
ignoreCertError: false
backend:
- path: /catalog
url: http://localhost