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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,9 @@ The same swagger.json excerpt which support test type tags might look like this:
98
98
If you feed the list of `HttpRequest` objects with load type tags to the library like `QAToolKit.Engine.Bombardier`, only those requests will be tested.
99
99
100
100
##### 2.3 EndpointNameWhitelist
101
-
Final `RequestFilter` option is `EndpointNameWhitelist`. With it you can specify a list of endpoints that will be included in the results.
101
+
Final `RequestFilter` option is `EndpointNameWhitelist`. You can specify a list of endpoints that will be included in the results.
102
102
103
-
Every other endpoint will be excluded. In the sample above we have set the result to include only `GetCategories` endpoint.
103
+
Every other endpoint will be excluded from the results. In the sample above we have set the result to include only `GetCategories` endpoint.
104
104
That corresponds to the `operationId` in the swagger file above.
0 commit comments