DEV Community

Discussion on: Migrating to Cypress 10

Collapse
 
bvanderneut profile image
Bjorn van der Neut

I eventually fixed it with an powershell script.

get-childItem -Path "C:\cypress\" -recurse -Include *.spec.ts | rename-item -NewName { $_.name -replace ".spec.ts",".cy.ts" }