public static class TestConfig.Profile extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
profile
The profile (dev, test or prod) to use when testing using @QuarkusTest
|
(package private) Optional<List<String>> |
tags
The tags this profile is associated with.
|
| Constructor and Description |
|---|
Profile() |
@ConfigItem(name="<<parent>>", defaultValue="test") String profile
@ConfigItem(defaultValue="") Optional<List<String>> tags
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.Copyright © 2021 JBoss by Red Hat. All rights reserved.