Class IntegrationTest.Builder

    • Method Detail

      • entrypoint

        @Stability(Experimental)
        public IntegrationTest.Builder entrypoint​(String entrypoint)
        (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"
         

        Parameters:
        entrypoint - A path from the project root directory to a TypeScript file which contains the integration test app. This parameter is required.
        Returns:
        this
      • tsconfigPath

        @Stability(Experimental)
        public IntegrationTest.Builder tsconfigPath​(String tsconfigPath)
        (experimental) The path of the tsconfig.json file to use when running integration test cdk apps.

        Parameters:
        tsconfigPath - The path of the tsconfig.json file to use when running integration test cdk apps. This parameter is required.
        Returns:
        this
      • name

        @Stability(Experimental)
        public IntegrationTest.Builder name​(String name)
        (experimental) Name of the integration test.

        Default: - Derived from the entrypoint filename.

        Parameters:
        name - Name of the integration test. This parameter is required.
        Returns:
        this