Skip to content

gcascio/typed-test-ids

Repository files navigation

Typed E2E test IDs

This repository demonstrates an approach to share E2E test IDs between the frontend and test suites and accompanies this blog post.

Getting Started

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.

Running Tests

To run the E2E tests, run:

npm run test:e2e
# or
yarn test:e2e
# or
pnpm test:e2e
# or
bun test:e2e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published