Files
gerrit/e2e-tests/project/plugins.sbt
Hamza Kaced 2e37e27af7 Add Eclipse support for Gatling tests
Add sbteclipse [1] plugin which allows sbt to create eclipse files for
the Gatling tests written in Eclipse.

This change relies on [2] to be approved, otherwise it won't work
because it needs to recursively generate files for both the Gerrit
Gatling scenarios and for the Gatling Git plugin, which it will fail in
doing if the change in [2] is not present.

Generating the Eclipse files is as simple as running 'sbt eclipse',
where it will then generate the Eclipse files needed in the project,
which can then be easily imported to Eclipse.

Add documentation which describes in detail the process of using the
Gatling e2e-tests with both Eclipse and IntelliJ.

[1] https://github.com/sbt/sbteclipse
[2] https://review.gerrithub.io/c/GerritForge/gatling-git/+/499086

Feature: Issue 13082
Change-Id: I6a413f117ee1ac8f2e965c0f3e2fede4b378af69
2020-08-06 12:54:50 -04:00

3 lines
125 B
Scala

addSbtPlugin("io.gatling" % "gatling-sbt" % "3.0.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")