You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create an end to end integration test for the consumer. This will include calling the dependent services and contacting the database.
Proposed Implementation
use the docker-maven plugin to spin up the consumer and a local dynamo database. Use the maven fail-safe plugin to run the integration testing environment.
Success Criteria
the consumer is able to call the dependent services and store the results in database. Ensure the the service controller time out as expected.
The text was updated successfully, but these errors were encountered:
Overview
create an end to end integration test for the consumer. This will include calling the dependent services and contacting the database.
Proposed Implementation
use the docker-maven plugin to spin up the consumer and a local dynamo database. Use the maven fail-safe plugin to run the integration testing environment.
Success Criteria
the consumer is able to call the dependent services and store the results in database. Ensure the the service controller time out as expected.
The text was updated successfully, but these errors were encountered: