Hi all,
I’m using Gatling as a functional testing and load testing tool inside a Maven based Java EE 7 REST API project. I’m using IntelliJ 13 Ultimate as my IDE. The problem is, that Gatling was added after the project was already setup, so I couldn’t use the Maven Gatling archetype.
We’ve made a few simple Gatling scenarios, using only exec/http/get/post which are running just fine through the Gatling maven plugin. However, IntellIiJ doesn’t seem to “get” Gatling/Scala. I have the Scala plugin installed and other Scala-only projects do code-completion and formatting just fine. With this Java project, I can’t even command-click to get to a method definition. So far, nothing showed up as errors though, until I started using asLongAs
, in which IntelliJ doesn’t recognize the session variable.
Anyone have any tips on how to fix this?
Regards,
Daan