Annotation Interface DistributionTest


@Target(TYPE) @ExtendWith(CLITestExtension.class) @Retention(RUNTIME) public @interface DistributionTest
  • Element Details

    • debug

      boolean debug
      Default:
      false
    • keepAlive

      boolean keepAlive
      If the distribution should be left running after the launch.
      Default:
      false
    • enableTls

      boolean enableTls
      Default:
      false
    • reInstall

      Default:
      BEFORE_ALL
    • removeBuildOptionsAfterBuild

      boolean removeBuildOptionsAfterBuild
      If any build option must be unset after the running the build command.
      Default:
      false
    • defaultOptions

      String[] defaultOptions
      If any option must be set when starting the server.
      Default:
      {}
    • containerExposedPorts

      int[] containerExposedPorts
      Exposed ports when container is used
      Default:
      {8080}
    • requestPort

      int requestPort
      Default port for making HTTP requests with RestAssured
      Default:
      8080