https://cypress.io logo
Docs for old versions of cypress
# i-need-help
i
When I look at the docs, I can’t find any way to view docs for older versions of cypress. My company is currently using 9.6.0. Is there any way for me to view docs specific to this version? https://docs.cypress.io/guides/overview/why-cypress
r
Hi @important-church-36572 , the docs are mostly backwards compatible with older versions of Cypress right now. The biggest difference is that the config has changed, and for that we maintain a legacy config page for Cypress <10 here: https://docs.cypress.io/guides/references/legacy-configuration. Let me know if you are looking for something more particular.
i
I was confused that Cypress 9 looked for tests in the
integration
directory and Cypress 10 looked in the
e2e
. So I was trying to find versioned docs for that purpose. Your link helps thank you! Any idea if there's plans to version the docs?
r
we migrated to a new docs platform that gives us the capability to do so and we are thinking about it, but no solid plans as of yet
The cypress 10 migration guide might help you as well: https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-100