Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration tests for ApiGateway #195

Merged
merged 5 commits into from
Nov 2, 2024

Conversation

corymhall
Copy link
Contributor

@corymhall corymhall commented Nov 1, 2024

This adds the first integration tests for ApiGateway. This will get us
to full coverage on ApiGateway constructs

Added on top of #194 so review that one first.

re #183

This PR adds the setup necessary for integration tests. I'll follow this
up with other PRs that add specific integration tests.

Integration tests will be tests that add resource test coverage, but
should not serve as "examples" for users.
This adds the first integration tests for ApiGateway. This will get us
to full coverage on ApiGateway constructs

re #183
@corymhall corymhall requested review from flostadler and t0yv0 November 1, 2024 19:47

func TestApiGatewayDomain(t *testing.T) {
// This can be run manually in the dev account
t.Skip("This test requires a valid public Route53 domain which doesn't exist in the CI account")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remind me to double-check this. We had something like "demos.*" but maybe only in devsandbox account.

@corymhall corymhall merged commit 1236da2 into main Nov 2, 2024
11 checks passed
@corymhall corymhall deleted the corymhall/integration-apigateway branch November 2, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants