Hello,
I’m new user for Gatling, with testing background.
I would like to use Gatling with Maven Plugin, to run baseline performance tests as maven job with CI Server.
Based on earlier posts, I thought of using Gatling 2.0.0-SNAPSHOT, however can’t find this in Maven central repository.
I have tried approach outlined in following url, however can’t find archetype for Gatling 2.0.0-SNAPSHOT, only seeing for Gatling 1.5.6 or Gatling 2.0.0-M3/2.0.0-M3a .
http://java.dzone.com/articles/how-create-and-run-gatling-20
So I have created Maven archetype:quickstart and updated with following pom.xml. however seeing below errors on trying to perform maven compile, seeing following error
[ERROR] Failed to execute goal on project performance: Could not resolve dependencies for project com.mygov.alpha:performance:jar:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.gatling:gatling-app:jar:2.0.0-SNAPSHOT, io.gatling:gatling-core:jar:2.0.0-SNAPSHOT, io.gatling:gatling-http:jar:2.0.0-SNAPSHOT, io.gatling:gatling-jms:jar:2.0.0-SNAPSHOT, io.gatling:gatling-jdbc:jar:2.0.0-SNAPSHOT, io.gatling:gatling-redis:jar:2.0.0-SNAPSHOT, io.gatling:gatling-metrics:jar:2.0.0-SNAPSHOT, io.gatling:gatling-charts:jar:2.0.0-SNAPSHOT, io.gatling:gatling-recorder:jar:2.0.0-SNAPSHOT: Could not find artifact io.gatling:gatling-app:jar:2.0.0-SNAPSHOT in excilys (http://repository.excilys.com/content/groups/public) → [Help 1]
4.0.0
com.test.alpha
Performance
1.0.0-SNAPSHOT
jar
Performance
http://maven.apache.org
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<scala.version>2.10.2</scala.version>
UTF-8
2.0.0-SNAPSHOT
<gatling.version>2.0.0-SNAPSHOT</gatling.version>
<gatling-highcharts.version>2.0.0-SNAPSHOT</gatling-highcharts.version>
<scala-maven-plugin.version>3.1.5</scala-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Thanks & Regards,
Raj