How to setup cucumber in vue to test the navigation function via BDD
I’m trying to test navigation in a Vue.js application using Cucumber.js. I want to simulate clicking a link on the home page and verify that it navigates to the about page. It seems that this brings up a few problems, such as the Vue tag syntax. Is there a best practice way to solve this problem?