|
@@ -192,8 +192,6 @@ yaml suites available through a git submodule within the `rest-spec` folder.
|
|
|
The submodule gets automatically initialized through maven right before
|
|
|
running tests (generate-test-resources phase).
|
|
|
|
|
|
-To run just the RESTs test using maven, use the following command:
|
|
|
-
|
|
|
The REST tests cannot be run without the files pulled from the submodule,
|
|
|
thus if the `rest-spec` folder is empty on your working copy, it means
|
|
|
that it needs to be initialized with the following command:
|
|
@@ -217,4 +215,4 @@ e.g. -Dtests.rest.suite=index,get,create/10_with_id
|
|
|
* `tests.seed`: seed to base the random behaviours on
|
|
|
* `tests.appendseed[true|false]`: enables adding the seed to each test
|
|
|
section's description (default false)
|
|
|
-* `tests.cluster_seed`: seed used to create the test cluster (if enabled)
|
|
|
+* `tests.cluster_seed`: seed used to create the test cluster (if enabled)
|