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