| Package | Description |
|---|---|
| io.github.cdklabs.projen.awscdk |
| Modifier and Type | Method and Description |
|---|---|
IntegrationTest.Builder |
IntegrationTest.Builder.cdkDeps(AwsCdkDeps cdkDeps)
(experimental) AWS CDK dependency manager.
|
static IntegrationTest.Builder |
IntegrationTest.Builder.create(Project project) |
IntegrationTest.Builder |
IntegrationTest.Builder.destroyAfterDeploy(Boolean destroyAfterDeploy)
(experimental) Destroy the test app after a successful deployment.
|
IntegrationTest.Builder |
IntegrationTest.Builder.entrypoint(String entrypoint)
(experimental) A path from the project root directory to a TypeScript file which contains the integration test app.
|
IntegrationTest.Builder |
IntegrationTest.Builder.tsconfigPath(String tsconfigPath)
(experimental) The path of the tsconfig.json file to use when running integration test cdk apps.
|
Copyright © 2021. All rights reserved.