Interface IntegrationTestBaseOptions

    • Method Detail

      • getEntrypoint

        @Stability(Experimental)
        @NotNull
        String getEntrypoint()
        (experimental) A path from the project root directory to a TypeScript file which contains the integration test app.

        This is relative to the root directory of the project.

        Example:

         "test/subdir/foo.integ.ts"
         
      • getTsconfigPath

        @Stability(Experimental)
        @NotNull
        String getTsconfigPath()
        (experimental) The path of the tsconfig.json file to use when running integration test cdk apps.
      • getName

        @Stability(Experimental)
        @Nullable
        default String getName()
        (experimental) Name of the integration test.

        Default: - Derived from the entrypoint filename.