File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments