localstack-java-utils icon indicating copy to clipboard operation
localstack-java-utils copied to clipboard

A way to specify default LocalstackDockerProperties configuration

Open bigunyak opened this issue 4 years ago • 3 comments
trafficstars

Sorry in case this is a trivial question but I'm looking for a way to specify default configuration for LocalstackDockerProperties annotation, which I'm reusing in multiple test classes. Is there any way to do that, instead of copy-pasting same parameters in every test class?

bigunyak avatar Jun 09 '21 15:06 bigunyak

I placed the annotation on an abstract class that all of my local stack dependant tests extend to achieve this

nofranks avatar Jun 09 '21 15:06 nofranks

@nofranks sounds like a simple solution, thanks for the idea! 👍

bigunyak avatar Jun 09 '21 16:06 bigunyak

Hi! We just wanted to follow up to see whether your issue has been resolved. Were you able to get it working with the latest version of LocalStack? We would appreciate your feedback!

lakkeger avatar Nov 14 '23 08:11 lakkeger