test(e2e): playwright smoke for create→practice flow

This commit is contained in:
2026-05-20 21:29:51 +02:00
parent b1992d0dad
commit f88b4d57de
6 changed files with 110 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"dev:fe": "npm -w @flashcard/frontend run dev",
"build": "npm -w @flashcard/shared run build && npm -w @flashcard/backend run build && npm -w @flashcard/frontend run build",
"start": "node packages/backend/dist/index.js",
"e2e": "playwright test --config packages/frontend/playwright.config.ts",
"test": "npm -w @flashcard/backend run test && npm -w @flashcard/frontend run test",
"db:migrate": "npm -w @flashcard/backend run db:migrate",
"db:seed": "npm -w @flashcard/backend run db:seed",