Skip to content

Commit

Permalink
Merge pull request #18 from ryansmith94/patch-3
Browse files Browse the repository at this point in the history
Updates options.
  • Loading branch information
toaster33 committed May 18, 2015
2 parents 20fd0bf + fd11d70 commit a7859c5
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path> the LRS connection string
-a, --basicAuth <true / false> enables basic authentication
-u, --authUser <username> sets user name (required when basic authentication enabled)
-p, --authPass <password> 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 <path> the connection string
-a, --basicAuth <true/false> enables basic authentication
-u, --authUser <username> sets user name (required when basic authentication enabled)
-p, --authPass <password> sets password (required when basic authentication enabled)
-b, --bail bail after first test failure
-R, --reporter <name> specify the reporter to use
-g, --grep <pattern> only run tests matching <pattern>
```

### Running Test Suite
Expand Down

0 comments on commit a7859c5

Please sign in to comment.