Skip to content

Commit 805079f

Browse files
committed
docs: update README
1 parent e8cba68 commit 805079f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Opinionated Vite starter template. Previous version available on v1 branch.
1010
- [Tailwind CSS v4](https://tailwindcss.com) for easy stylization.
1111
- [Biome V2](https://next.biomejs.dev) for linting, formatting and automatic import sorting.
1212
- Write unit and integration tests with [Vitest 3](https://vitest.dev/) and [Testing Library 16](https://testing-library.com/).
13-
- Write e2e tests with [Cypress 13](https://www.cypress.io).
13+
- Write e2e tests with [Playwright 1.52](https://www.cypress.io).
1414

1515
## Getting started
1616

@@ -37,4 +37,4 @@ pnpm install
3737
- `pnpm test:e2e:ci` - run all e2e tests headlessly.
3838
- `pnpm format` - format all files with Biome Formatter.
3939
- `pnpm lint` - runs TypeScript and Biome.
40-
- `pnpm validate` - runs `lint`, `test:ci` and `test:e2e:ci`.
40+
- `pnpm validate` - runs `lint`, `test:ci` and `test:e2e:ci`.

0 commit comments

Comments
 (0)