Skip to Content
0
Dec 18, 2022 at 05:19 AM

How to connect to cap catalog service - customMiddleware usage

399 Views Last edit Dec 18, 2022 at 05:21 AM 2 rev

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