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
Hello,
(I repost it in a new issue rather than the old one #54)
When autorecord stubs requests with responses of big size, it returns the path of the fixture in the response to the client (see #54) instead of the real content itself.
I am using autorecord 3.1.2 + Cypress 8.3.1.
The signature for res.send is different if we want to reply with either the direct response or a fixture.
Hello,
(I repost it in a new issue rather than the old one #54)
When autorecord stubs requests with responses of big size, it returns the path of the fixture in the response to the client (see #54) instead of the real content itself.
I am using autorecord 3.1.2 + Cypress 8.3.1.
The signature for res.send is different if we want to reply with either the direct response or a fixture.
If if modify the code to this, then it works:
Thanks.
The text was updated successfully, but these errors were encountered: