cdk-from-cfn icon indicating copy to clipboard operation
cdk-from-cfn copied to clipboard

End-to-end tests: Add CDK feature flags

Open madeline-k opened this issue 1 year ago • 0 comments

Currently, the end-to-end tests create a CDK app without any feature flags set.

We should update the tests/end-to-end/app-boilerplate-files/ for each language to include a context file with the latest default feature flags of a new CDK app. This should be a very simple matter of just adding the file, because the tests already use all files in each boilerplate directory when creating CDK apps.

madeline-k avatar Jan 16 '24 19:01 madeline-k