Is it possible to run multiple Simulation Classes from maven?

13 views
Skip to first unread message

Rohit Ambekar

unread,
Apr 25, 2018, 8:39:41 AM4/25/18
to Gatling User Group
Hi,

Is it possible to run multiple Simulation Classes from maven? If Yes..How?

I have tried following pom.xml configuration but this is not working

<configuration>
.
.
.
<simulationsFolder>${project.basedir}/src/test/scala/</simulationsFolder>
.
<runMultipleSimulations>true</runMultipleSimulations>
<includes>
<param>LoginSimulation</param>
<param>SearchItemSimulation</param>
</includes>

</configuration>


what am I missing?
Reply all
Reply to author
Forward
0 new messages