Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 493 Bytes

File metadata and controls

18 lines (12 loc) · 493 Bytes

System Tests

End-to-end tests against deployed Lambda function via API Gateway.

Run Tests

mvn -Dbase_uri/mp-rest/url=https://[GENERATED_ID].execute-api.eu-central-1.amazonaws.com clean test-compile failsafe:integration-test

Replace [GENERATED_ID] with your API Gateway ID from deployment output.

Pipeline Execution

export BASE_URI_MP_REST_URL=https://[GENERATED_ID].execute-api.eu-central-1.amazonaws.com
mvn clean test-compile failsafe:integration-test