Skip to content

DESHN-143 mark integration tests for failsafe plugin

Robin Laerm requested to merge feature/DESHN-143-ut-it into develop

Merge Request

Breaking Changes

None

Description

  • Integration tests are annotated with "@QuarkusIntegrationTest"
  • maven-sure-fire-plugin excludes integration tests
  • maven-failsafe-plugin is aware of integration tests
  • integration tests are deactivated for dev profile
  • native image support is deactivated for dev profile

Screenshot

Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.

Related Issues

Merge request reports