mojaloop / finance-portal-v2-ui

*DEPRECATED* for reporting-hub-* UI components that use the Business Ops Framework (https://mojaloop.github.io/business-operations-framework-docs).
Apache License 2.0
0 stars 3 forks source link

Tidy and document integration tests #41

Closed partiallyordered closed 3 years ago

partiallyordered commented 3 years ago

I'll specifically point out that the proxy in webpack.config.js is changed here to assume that the user will port-forward an ingress controller or their own reverse proxy instead of multiple services. This will mean that anyone developing against an existing backend will need to port-forward said ingress controller instead of the services they were previously port-forwarding. This is normally achieved with a command similar to:

kubectl port-forward -n ingress-nginx 8000:80

to expose the relevant backend reverse proxy on port 8000 of the local machine.