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
Is your feature request related to a problem? Please describe.
we don't have automated tests to catch regressions in the HTTP API today. This means that regressions are caught late in the cycle, or by users.
Describe the solution you'd like
We should consider adding black box tests like curling the endpoints with supported parameters. Since the number of parameters are small, this may be workable.
We may also want to incorporate tools like swagger for more comprehensive testing. See #4597 (comment) for some more context.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
we don't have automated tests to catch regressions in the HTTP API today. This means that regressions are caught late in the cycle, or by users.
Describe the solution you'd like
We should consider adding black box tests like curling the endpoints with supported parameters. Since the number of parameters are small, this may be workable.
We may also want to incorporate tools like swagger for more comprehensive testing. See #4597 (comment) for some more context.
The text was updated successfully, but these errors were encountered: