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
Would be nice to be able to read Swagger or OpenAPI spec to create the spec for what endpoints to test. Combined with the ingress information that has the host information this would almost be enough to test all of the APIs on the system.
The last piece is that unless all of the APIs are open to everyone anonymously, there will be some type of authentication before some or all of the endpoints can be reached. We will need some type of "user flow" testing where this can perform a sequence of activities like get authentication token/material then in subsequent calls include that with the call.
The text was updated successfully, but these errors were encountered:
Would be nice to be able to read Swagger or OpenAPI spec to create the spec for what endpoints to test. Combined with the ingress information that has the host information this would almost be enough to test all of the APIs on the system.
The last piece is that unless all of the APIs are open to everyone anonymously, there will be some type of authentication before some or all of the endpoints can be reached. We will need some type of "user flow" testing where this can perform a sequence of activities like get authentication token/material then in subsequent calls include that with the call.
The text was updated successfully, but these errors were encountered: