TODO.md
October 27, 2020 ยท View on GitHub
-
investigation how to set up acceptance tests
- http proxy java impl
- wiremock simulating OSB broker
- Lookup SCG tests
-
add automated tests for actuator traces
- add base skeletton by copy/paste spring cloud gateway tests related to modify body filter
- relies on http://httpbin.org:80 online service
- invoke httpbin with request body
- invoke httptrace actuator endpoint, and assert request and response headers is present
- Result:
- good for testing custom gateway routes designed to comply to httpbin endpoints.
- Not suited for testing OSB v2 endpoints, which would require an echo service or a wiremock
- No traces of wiremock in spring-cloud-gateway source code
- Transiently paused this test effort for now
- add base skeletton by copy/paste spring cloud gateway tests related to modify body filter