Test XHR Failure Conditions with Cypress

Share this video with your friends

Send Tweet

Testing your application’s behavior when an XHR call results in an error can be difficult. The use of stubs for XHR calls makes it easy for us to setup failure scenarios and ensure that our front-end responds the way we expect. In this lesson, we’ll stub a 500 response for a form submission and verify that our application responds appropriately.

Pavel Klochkov
Pavel Klochkov
~ 5 years ago

Hi, at transcript in block with timing 02:14 you have the misprint on line 6 url: '/api/todos;, instead of url: '/api/todos',