Class TestConfig.Profile

java.lang.Object
io.quarkus.deployment.dev.testing.TestConfig.Profile
Enclosing class:
TestConfig

public static class TestConfig.Profile extends Object
  • Field Details

    • profile

      @ConfigItem(name="<<parent>>", defaultValue="test") String profile
      The profile (dev, test or prod) to use when testing using @QuarkusTest
    • tags

      The tags this profile is associated with. When the quarkus.test.profile.tags System property is set (its value is a comma separated list of strings) then Quarkus will only execute tests that are annotated with a @TestProfile that has at least one of the supplied (via the aforementioned system property) tags.
  • Constructor Details

    • Profile

      public Profile()