Mock Routing Interactions
"Easily mock routing interactions in your Vue 3 apps: The goal of Vue Router Mock is to enable users to unit and integration test navigation scenarios. This means tests that are isolated enough to not be end to end tests (e.g. using Cypress) or are edge cases (e.g. network failures). Because of this, some scenarios are more interesting as end to end tests, using the real vue router."
Eduardo San Martin Morote
@posva