cypress-documentation
                                
                                 cypress-documentation copied to clipboard
                                
                                    cypress-documentation copied to clipboard
                            
                            
                            
                        Add Cypress.spec API changes to Cy10 Upgrade guide
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.