e2e-tests: Mention http credentials in documentation

Move the clone command to first in the now sorted (related) list.

Change-Id: I65ad15e5a7178b6ddeb43c5694985dfb09ae91b4
This commit is contained in:
Marco Miller
2020-02-13 13:06:41 -05:00
parent 7498437afa
commit cc4810b766

View File

@@ -105,12 +105,14 @@ More complex scenarios can be further developed, under the `com.google.gerrit.sc
Valid commands are:
* `clone`
* `fetch`
* `pull`
* `push`
* `clone`
The example above assumes that the `loadtest-repo` project exists in the Gerrit under test.
The example above assumes that the `loadtest-repo` project exists in the Gerrit under test. The
`HTTP Credentials` or password obtained from test user's `Settings` (in Gerrit) may be required, in
`src/test/resources/application.conf`, depending on the above commands used.
== How to run tests