This repository demonstrates an approach to share E2E test IDs between the frontend and test suites and accompanies this blog post.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To run the E2E tests, run:
npm run test:e2e
# or
yarn test:e2e
# or
pnpm test:e2e
# or
bun test:e2e