Filip Lastic
04/04/2022, 7:43 AMwithTestApplication {}
in our integration tests, but this causes that server has to start with each test. We started to have some performance issues, where test is executed in milliseconds, but server is starting for long time..
Do you have some experiences with starting server programatically, for example from gradle
before running all tests? I found this solution https://stackoverflow.com/a/61246720 But not sure if it is correct approach.Aleksei Tirman [JB]
04/04/2022, 9:10 AMFilip Lastic
04/04/2022, 10:14 AMAleksei Tirman [JB]
04/04/2022, 10:19 AMFilip Lastic
04/04/2022, 11:05 AMAleksei Tirman [JB]
04/04/2022, 11:08 AMFilip Lastic
04/04/2022, 11:08 AMBaseTest
and inherit related tests from it.Aleksei Tirman [JB]
04/04/2022, 11:09 AMFilip Lastic
04/04/2022, 11:11 AMAleksei Tirman [JB]
04/04/2022, 11:14 AMFilip Lastic
04/05/2022, 7:09 AMAleksei Tirman [JB]
04/05/2022, 7:53 AM