scala - Is there a Gatling2 REPL console? -
scala - Is there a Gatling2 REPL console? -
i utilize scala repl console gatling debug code , evaluate it. there easy way that? there fast way syntax check on gatling scripts?
if you're using sbt, can take advantage of sbt's console task gatling in classpath , and experiment apis, won't able execute requests, etc... repl.
the next best solution utilize gatling's sbt plugin (https://github.com/gatling/gatling-sbt) : using it, can compile , run simulations, launch them on every successful compilation until result suits you.
scala read-eval-print-loop gatling
Comments
Post a Comment