localstack / localstack-java-utils

☕ Java utilities and JUnit integration for LocalStack
Apache License 2.0
75 stars 43 forks source link

A way to specify default LocalstackDockerProperties configuration #57

Open bigunyak opened 3 years ago

bigunyak commented 3 years ago

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?

nofranks commented 3 years ago

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

bigunyak commented 3 years ago

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

lakkeger commented 1 year ago

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!