cypress-documentation icon indicating copy to clipboard operation
cypress-documentation copied to clipboard

Add Cypress.spec API changes to Cy10 Upgrade guide

Open mejackreed opened this issue 3 years ago • 0 comments

There seems to be some new differences in the Cypress.spec API in Cy10. Specifically the name property has changed.

Cy 9.x

  name: 'foo/bar/file_name.ts'

Cy 10.x

  name: 'file_name.ts'

It would be useful to document this in the Upgrade guide as custom commands and plugins that may rely on this will now be broken.

mejackreed avatar Jun 14 '22 10:06 mejackreed