mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 21:40:28 -05:00
b75850e37b
* spike: cut over cy.url(), cy.hash(), cy.location(), cy.reload(), cy.go(), and cy.title() all to use the automation client to subvert the cross-origin boundary refactor backend client * chore: add unit tests for cy url, hash, location, title, reload, and go changes to make it easier to test minor behavior changes bump cache * fix issues with cy in cy tests. refactor aut discovery code as the frame tree gets stale on reload * update comments from code review --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io>