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 CloudFront construct library #208

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

corymhall
Copy link
Contributor

re #183

@@ -7,7 +7,7 @@
"@pulumi/aws": "^6.0.0",
"@pulumi/aws-native": "^1.0.0",
"@pulumi/pulumi": "^3.0.0",
"aws-cdk-lib": "2.149.0",
"aws-cdk-lib": "2.156.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updating the dev dependency for a new CloudFront feature.

@corymhall corymhall force-pushed the corymhall/integration-cloudfront branch from 26a72d0 to 55a41c8 Compare November 8, 2024 18:42
@corymhall corymhall requested review from t0yv0 and flostadler November 8, 2024 19:24
func TestCloudFront(t *testing.T) {
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: filepath.Join(getCwd(t), "cloudfront"),
Copy link
Member

Choose a reason for hiding this comment

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

Would it be possible to add a quick assert, even if it's hello-world style, that some output of the stack got returned correctly? Thanks!

Copy link
Contributor

@flostadler flostadler left a comment

Choose a reason for hiding this comment

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

LGTM, but tests don't seem to be happy

@corymhall corymhall force-pushed the corymhall/integration-cloudfront branch from db3bd00 to fb94cc3 Compare November 11, 2024 17:57
@corymhall corymhall merged commit 6e89877 into main Nov 11, 2024
11 checks passed
@corymhall corymhall deleted the corymhall/integration-cloudfront branch November 11, 2024 19:23
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.

3 participants