tree: b1901894d9ec5710b79591407dbaf4858d05e36a [path history] [tgz]
  1. java/
  2. resources/
  3. scala/
  4. README.md
src/test/README.md

How to e2e-test this plugin

Consider the instructions on how to use Gerrit core's Gatling framework, to run non-core test scenarios such as this plugin one below:

  $ sbt "gatling:testOnly com.googlesource.gerrit.plugins.renameproject.scenarios.RenameProject"

Scenario scala source files and their companion json resource ones are stored under the usual src/test directories. That structure follows the scala package one from the scenario classes. The core framework expects such a directory structure for both the scala and resources (json data) files.