Before sending my scenarii to our Jenkins/Gatling instance I would like to validate them on my laptop where I write them. Actually I run gatling locally and stop it as soon as it starts, but this is not optimal and I look for a solution to check them with scalac as Gatling does not have a check option. But when running scalac on scenario I always have
Homepage.scala:1: error: object duration is not a member of package concurrent import scala.concurrent.duration._
How do you validate your scenario, can someone helps me using scalac ?
Thanks !
_root_.scala.concurrent.duration._. - lmm