Simulation List

Hello,
When calling gatling.sh you are presented with a list of simualtions to run? Where can I edit this list if I removed some of the simulations?

Many thanks

Hi,

You cannot edit this list manually, as it is built by Gatling from all the compiled simulations it could find.
If you deleted simulations, they still appears in that list because Gatling found their compiled versions in the target/test-classes folder.

All you need to do is delete the ‘target’ folder and they won’t appear the next time you start Gatling.

Cheers,

Pierre

Many thanks