I have two gatling simulation classes, say A.java and B.java. I am using gradle for the project. When I run both of the simulation classes by ./gradlew gatlingRun --all
Gatling produces reports for individual simulation classes and stores them in separate folders. I have to open them individually. Is there any way that will show the reports together like JUnit does?