Open bigunyak opened 3 years ago
I placed the annotation on an abstract class that all of my local stack dependant tests extend to achieve this
@nofranks sounds like a simple solution, thanks for the idea! 👍
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!
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?