dev-packages/e2e-tests/test-applications/vue-tanstack-router/README.md
E2E test application for @sentry/vue with TanStack Router integration.
To run this application:
pnpm install
pnpm dev
To build this application for production:
pnpm build
To run E2E tests:
pnpm test:build # Install deps and build
pnpm test:assert # Run Playwright tests
This project uses TanStack Router for Vue.js. The router is set up with code-based routing in the ./src/main.ts file.
/ - Home page with navigation links/posts/$postId - Post detail page with parameterized routeThe app demonstrates:
The E2E tests verify: