Automating Async API testing in JavaScript using Mocha, Chai & Supertest
A RESTful API is an application programming interface that uses HTTP requests to GET, POST, PUT & DELETE data. It is very important to test API endpoints to reduce tests in UI level. Test pyramid approach…