Uses of Class
io.github.cdklabs.projen.cdk8s.IntegrationTest.Builder
-
Packages that use IntegrationTest.Builder Package Description io.github.cdklabs.projen.cdk8s -
-
Uses of IntegrationTest.Builder in io.github.cdklabs.projen.cdk8s
Methods in io.github.cdklabs.projen.cdk8s that return IntegrationTest.Builder Modifier and Type Method Description static IntegrationTest.BuilderIntegrationTest.Builder. create(Project project)IntegrationTest.BuilderIntegrationTest.Builder. entrypoint(String entrypoint)(experimental) A path from the project root directory to a TypeScript file which contains the integration test app.IntegrationTest.BuilderIntegrationTest.Builder. name(String name)(experimental) Name of the integration test.IntegrationTest.BuilderIntegrationTest.Builder. tsconfigPath(String tsconfigPath)(experimental) The path of the tsconfig.json file to use when running integration test cdk apps.
-