-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FixtureId is not working with req.reply #54
Comments
Can I open a PR? |
Merged
Hello, If if modify the code to this, then it works:
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cypress is not returning the fixture
index.js line 169: req.reply(response.status, newResponse, response.headers);
It's returning the fixture folder instead.
Changing it to:
Everything works.
The text was updated successfully, but these errors were encountered: