From: Jugel, K. <kay...@sa...> - 2018-06-27 07:53:16
|
Hello everyone, up to now we had a setup where we ran our tests against a local setup, so the normal @SpringBootTest stuff was fine. However, now we need to run the same tests against our spring application deployed in the cloud, i.e. not running on localhost. I've searched for quite some time now and haven't found anything useful regarding this. Also asked on StackOverflow without success so far. Our Spring-Pros are currently on vacation and I need to run the tests on cloud setup, so we know there's no issues compared to localhost. Annotation currently used like this: @SpringBootTest(webEnvironment = WebEnvironment.DEFINED_PORT, classes = Core.class) Port is defined in config.yml file. Any hints would be welcome. Thanks and regards, Kay |