cypress-io / cypress-chrome-recorder

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

feat: Update the output path from .spec to .cy for v10 #30

Closed jecfish closed 1 year ago

jecfish commented 2 years ago

User facing changelog

Changes the output files type from .spec to .cy as per Cypress v10 changes.

How has the user experience changed?

No change. Any new files generated will output as filename.cy instead of filename.spec.

admah commented 1 year ago

@jecfish thank you for making this PR! I think this should be a breaking change. To properly do that in our release process, the commit message should start with feat: and have a footer that includes BREAKING CHANGE. Could you please update the commit message accordingly? Thanks!

admah commented 1 year ago

@jecfish did you mean to close this?