How do I test routes made with the app router in NextJS? I’m using vitest for this

I´m trying to test routes with vitest on next js 14.1.0. Is this possible? i don´t find any information about that.

i´m expecting some ideas to implement these tests on my project just like i did with jest and react router in other projects.