Closed mauricioaniche closed 1 year ago
In MR adds @Tag to tests that are more meant to be run in the CI. For example, the WebLab tests that require extra configuration. Tags make it easy for us to exclude them in local (via a simple JUnit configuration).
@Tag
In MR adds
@Tag
to tests that are more meant to be run in the CI. For example, the WebLab tests that require extra configuration. Tags make it easy for us to exclude them in local (via a simple JUnit configuration).