You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But some of my tests contain tens of different HTTP requests, and in order for a failing test to point me in the right direction, it would be great if I could get the last matched request from the mock, so that I can add that to my failure message, like:
Last successful HTTP request: POST /somepath?my=query
The text was updated successfully, but these errors were encountered:
Hi and thanks for a great library!
In order to have good failure messages in my tests, I generally do this:
But some of my tests contain tens of different HTTP requests, and in order for a failing test to point me in the right direction, it would be great if I could get the last matched request from the mock, so that I can add that to my failure message, like:
The text was updated successfully, but these errors were encountered: