From fd11d704b3832518ba0b9e7df7ea8edf92aadcd3 Mon Sep 17 00:00:00 2001 From: Ryan Smith <0ryansmith1994@gmail.com> Date: Mon, 18 May 2015 13:49:47 +0100 Subject: [PATCH] Updates options. --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bbc0e88..8f75a30 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,16 @@ Usage: lrs-test [options] Options: - -h, --help output usage information - -V, --version output the lrs-conformance version number - -d, --directory points to test version directory within '/test' (defaults to v1_0_2) - -e, --endpoint the LRS connection string - -a, --basicAuth enables basic authentication - -u, --authUser sets user name (required when basic authentication enabled) - -p, --authPass sets password (required when basic authentication enabled) + -h, --help output usage information + -V, --version output the version number + -d, --directory [path] test directory, default: v1_0_2 + -e, --endpoint the connection string + -a, --basicAuth enables basic authentication + -u, --authUser sets user name (required when basic authentication enabled) + -p, --authPass sets password (required when basic authentication enabled) + -b, --bail bail after first test failure + -R, --reporter specify the reporter to use + -g, --grep only run tests matching ``` ### Running Test Suite