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
I tried to call same API from postman and I can see No route matches [POST] "/api/__e2e__/vcr/insert"
Is there any config I am missing or its an issue?
I am able to execute other APIs like /api/__cypress__/command
The text was updated successfully, but these errors were encountered:
I can see you created PR for VCR here #167.
The issue I reported here, do you think will be fixed by your PR? or its a config issue at my side with current version cypress-playwright-on-rails ?
I am trying to configure VCR as mentioned here : https://github.com/shakacode/cypress-playwright-on-rails/tree/c89651ea170378d5e07156add71dbb2efed89c38?tab=readme-ov-file#for-vcr in my project.

But when I try to execute below command then its failing
cy.vcr_insert_cassette('cats', { record: "new_episodes" })
I tried to call same API from postman and I can see
No route matches [POST] "/api/__e2e__/vcr/insert"
Is there any config I am missing or its an issue?
I am able to execute other APIs like
/api/__cypress__/command
The text was updated successfully, but these errors were encountered: