Cypress.spec missing properties #27835
Labels
E2E
Issue related to end-to-end testing
good first issue
Good for newcomers
type: typings
Issue related to Cypress types (for TypeScript)
Current behavior
Cypress.spec
has a few propertiesabsolute, name, specFileExtension, fileExtension, relative
.Desired behavior
when using cy.log with Cypress.spec I get more properties than the Cypress types gives, these are the extra properties that get logged
id, spectype, baseName, fileName
can we please add those to the types so we can use them ?
Test code to reproduce
cy.log(Cypress.spec)
Cypress Version
13.2.0
Node version
16
Operating System
macOS Ventura 13.4
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: