[APM] APM client for supertest
#84969
Labels
Team:APM
All issues that need APM UI Team support
technical debt
Improvement of the software architecture and operational architecture
Related to: #83429 (comment)
Similar to how we have a API client that type checks parameters, and adds return types to responses, we should have a client that wraps
supertest
.Example:
In the above case
res
should have the correct return type. All parameters supplied should also be type checked.I think that would provide an awesome DX - especially when editing a test to accommodate an API change
The text was updated successfully, but these errors were encountered: