cypress-io / cypress-chrome-recorder

Export Cypress Tests from Google Chrome DevTools' Recorder
MIT License
226 stars 18 forks source link

The plugin still looking for cypress/integration folder #54

Closed mmonfared closed 1 year ago

mmonfared commented 1 year ago

Just simply tied to convert json to cy.js and got following error which means that the plugin still looking for integration folder which is for cypress v<10. (My cypress version is v12.11.0)

image

If I set output folder, of course it will resolved but the file name shows in console still contains spec.js not cy.js

image

AtofStryker commented 1 year ago

Hi @mmonfared . Thank you for opening an issue. I tried to create a reproduction repository here but I didn't run into the same issue you were experiencing. Is the recorder package at the latest version?

Image

AtofStryker commented 1 year ago

Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen.

mmonfared commented 1 year ago

Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen.

Thank you for investigation, sorry I was missed this one. It may be something from the caches in my end.