Skip to content

Commit fd11d70

Browse files
committed
Updates options.
1 parent a838269 commit fd11d70

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@ Usage: lrs-test [options]
2424

2525
Options:
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

Comments
 (0)