I’ve set the environnement var GATLING_HOME to my intelliJ workspace root directory, so as to say, C:\dev\ProjetsIntelliJ\benchsTrunk
All my simulations (scala classes that “extends Simulation”) are/will be located in the src/test/scala/*.scala directory.
I Tryed to customize the gatling.conf this way, so as to gatling could find the simulations :
When I run the Engine, the debug console logs this :
Connected to the target VM, address: ‘127.0.0.1:50763’, transport: ‘socket’ There is no simulation script. Please check that your scripts are in user-files/simulations Disconnected from the target VM, address: ‘127.0.0.1:50763’, transport: ‘socket’
I tried this procedure, but It never fully worked for me (for the 2.0.0 maven i allways get build error before the end) … I certainly do something the wrong way…
But my workspace is the same as described http://gatling.io/docs/2.0.3/extensions/maven_archetype.html
I got it right with the 2.0.0M3, and then upgraded gatling to 2.0.3