DEV Community

Discussion on: Testing your API with REST Client

Collapse
 
techwatching profile image
Alexandre Nédélec

Yes you are right. I was not talking about automated testing or something like that. I was only talking to manually test your API. I use it mainly for hitting a breakpoint in my API and debug my code.

I am not aware of a way of doing automated testing with that but if you found something I would be glad to hear about it.