quarkiverse / quarkus-mockserver

Quarkus MockServer Extension
https://mock-server.com/
Apache License 2.0
12 stars 4 forks source link

Allow test-container resue #10

Closed joggeli34 closed 1 year ago

joggeli34 commented 2 years ago

Thanks for the implementation of the extension, this simplifies the usage of the mockserver for us a lot.

It would be great if we could reuse the test-container for multiple test runs. This would speedup the tests by a few seconds.

It could be implemented similar to the database-devservices: https://github.com/quarkusio/quarkus/pull/25367

I would suggest, that it can be enabled/disabled by a property (default false?).

I will create a PR for this feature.

andrejpetras commented 2 years ago

Hi @joggeli34, good idea. It would be great if you could prepare PR for it.

andrejpetras commented 1 year ago

PR #42

andrejpetras commented 1 year ago

Implementation https://github.com/quarkiverse/quarkus-mockserver/pull/42