Use cypress UI in order to debug an API response

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Most of the time the communication between backend and frontend works seamlessly.

Until it doesn't.

When our e2e tests start to fail because there's an issue with an API response, it's important to know how to debug it.

In this lesson we're going to learn how to get insights about a network request and its response using the cypress UI.