val suitesXml = XML.load("scenario_suites.xml")
val nodes = (suitesXml \\ "suites" \ "suite")
The path directory
target->
test-classes->
xxx.xxx.xxx packages->
MySimulationClass.scala
data->
feeders.csv
scenaro_suites.xml
pom.xml
<dataFolder>src/test/resources/data</dataFolder>
<simulationsFolder>src/test/scala</simulationsFolder>
<resultsFolder>target/gatling/results</resultsFolder>
--
You received this message because you are subscribed to the Google Groups "Gatling User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gatling+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.