Hello,
I build a simple maven scala project using this link:
https://www.ivankrizsan.se/2016/03/27/creating-a-scala-project-with-maven-dependency-management-for-gatling-testing-in-intellij-idea/.
I wanted to try out performance testing. Below is my pom file. However, the gatling libraries are not visible in my test class as shown in the image below. I am not sure what the problem could have been. Perhaps, I have not rebuilt maven to update the pom files. I tried mvn clean compile but still the gatling libraries aren’t recognized. Please, help point me in the right direction.
Thanks.