Closed
Description
Is your feature request related to a problem? Please describe.
Currently integration tests use TestEnvironmentExtension
that is intended to provide multiple execution environments, but at the same time depend on DropwizardExtensionsSupport
that automatically starts a local DW server.
Describe the solution you'd like
- Sharable suite of tests that can be executed against different Polaris servers.
- Polaris Server lifecycle delegated to the test environment.
- CI continues to use Dropwizard for integration tests, but in a "backbox" manner (tweaking only via standard config options).
Describe alternatives you've considered
No response
Additional context
No response