-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Test prerequisites
- Modify the shopping app to include the APIC OpenAPI enhancer. This allows the LB-generated OpenAPI spec includes APIC specific metadata.
- Deploy shopping example in a cloud service (ibm , aws, etc)
- Generate open api spec for all the api endpoints and services from the shopping example
Make minor modifications to the imported api spec, as per suggestions in spike [Spike] API Connect / LoopBack 4 integration #4115This is no longer needed (hopefully) with the APIC OpenAPI enhancer- Publish all APIs to an APIC instance
- End to End test shopping example thru APIC datapower gateway.
Acceptance criteria
We should ensure:
- All shopping example endpoints are invocable thru IBM APIConnect
- All security features in the shopping example are tested
See the specific tests needed in the shopping app tests on top of the todo list app test: #4498 (comment)
Shopping app test is required for:
- Testing for authentication and authorization
- Various model relations
- Various filter and query options