You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the cacheAcrossSpecs option in the docs for cy.session, added it to my test case with Cypress v9.7.0, and got an error message saying that the only valid option was validate.
The docs should be updated to warn the user that the option requires some minimum version of Cypress (not sure which version it is? I checked git blame for files containing cacheAcrossSpecs and I think it might be v10.11.0, but I am not confident about this.
The text was updated successfully, but these errors were encountered:
https://docs.cypress.io/api/commands/session#Arguments
I found the
cacheAcrossSpecs
option in the docs forcy.session
, added it to my test case with Cypress v9.7.0, and got an error message saying that the only valid option wasvalidate
.The docs should be updated to warn the user that the option requires some minimum version of Cypress (not sure which version it is? I checked
git blame
for files containingcacheAcrossSpecs
and I think it might be v10.11.0, but I am not confident about this.The text was updated successfully, but these errors were encountered: