cypress-io / cypress-chrome-recorder

Export Cypress Tests from Google Chrome DevTools' Recorder
MIT License
226 stars 18 forks source link

feat: add assertion for navigation event after click. update various libraries. #33

Closed admah closed 1 year ago

admah commented 1 year ago

Add ability to handle assertedEvents that happen after a user clicks a link.

Output is:

cy.get("{selector}").click();
cy.location("href").should("eq", "{url}");
CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: