@@ -24,13 +24,16 @@ Usage: lrs-test [options]
2424
2525Options:
2626
27- -h, --help output usage information
28- -V, --version output the lrs-conformance version number
29- -d, --directory points to test version directory within ' /test' (defaults to v1_0_2)
30- -e, --endpoint < path> the LRS connection string
31- -a, --basicAuth < true / false> enables basic authentication
32- -u, --authUser < username> sets user name (required when basic authentication enabled)
33- -p, --authPass < password> sets password (required when basic authentication enabled)
27+ -h, --help output usage information
28+ -V, --version output the version number
29+ -d, --directory [path] test directory, default: v1_0_2
30+ -e, --endpoint < path> the connection string
31+ -a, --basicAuth < true/false> enables basic authentication
32+ -u, --authUser < username> sets user name (required when basic authentication enabled)
33+ -p, --authPass < password> sets password (required when basic authentication enabled)
34+ -b, --bail bail after first test failure
35+ -R, --reporter < name> specify the reporter to use
36+ -g, --grep < pattern> only run tests matching < pattern>
3437```
3538
3639### Running Test Suite
0 commit comments