Spaces:
Paused
Paused
phuc1st
test: implement integration tests (L2-4), Pinia store unit tests (L5), and Playwright E2E tests (L6)
d73f1da | { | |
| "name": "ielts-platform-frontend", | |
| "version": "1.0.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| "test:unit": "vitest run", | |
| "test:unit:watch": "vitest", | |
| "test:e2e": "playwright test", | |
| "test:e2e:ui": "playwright test --ui", | |
| "test:e2e:headed": "playwright test --headed" | |
| }, | |
| "dependencies": { | |
| "axios": "^1.6.8", | |
| "dompurify": "^3.4.5", | |
| "pinia": "^2.1.7", | |
| "vue": "^3.4.21", | |
| "vue-router": "^4.3.0" | |
| }, | |
| "devDependencies": { | |
| "@playwright/test": "^1.52.0", | |
| "@pinia/testing": "^0.1.6", | |
| "@vitejs/plugin-vue": "^5.0.4", | |
| "@vue/test-utils": "^2.4.6", | |
| "autoprefixer": "^10.5.0", | |
| "jsdom": "^26.1.0", | |
| "postcss": "^8.5.10", | |
| "tailwindcss": "^3.4.17", | |
| "vite": "^5.2.8", | |
| "vitest": "^3.2.3" | |
| } | |
| } | |