You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,8 @@ The `test` command provides additional flags for advanced usages and options:
75
75
*`--caCerts=<path1,path2>` allows to specify additional certificates CRT files to add to trusted roots ones,
76
76
*`--secretName='<Secret Name>'` is an optional flag specifying the name of a Secret to use for connecting endpoint,
77
77
*`--filteredOperations=<JSON>` allows to filter a list of operations to launch a test for,
78
-
*`--operationsHeaders=<JSON>` allows to override some operations headers for the tests to launch.
78
+
*`--operationsHeaders=<JSON>` allows to override some operations headers for the tests to launch,
79
+
*`--oAuth2Context=<JSON>` allows specification of an OAuth2 grant flow to execute before launching the test (starts with Microcks version `1.8.0`).
79
80
80
81
Overriden test operations headers is a JSON strings where 1st level keys are operation name (eg. `GET /beer`) or `globals` for header applying to all the operations of the API. Headers are specified as an array of objects defining `key` and `values` properties.
0 commit comments