Launch spring-boot app before Gatling simulation
问题 I have a spring-boot project powered by maven I would like to run load tests on, using Gatling. At this moment, I can run my simulation typing the following command : mvn gatling:execute It works correctly but I have to launch my springboot app manually or it won't work. Here is my Simulation class : package main.aperture.gatling import aperture.config.SpringBootApertureTestingConfiguration import io.gatling.core.Predef._ import io.gatling.core.structure.ScenarioBuilder import io.gatling.http