Improve the UI and tests
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
"test:e2e:debug": "playwright test --debug",
|
||||
"test:e2e:report": "playwright show-report",
|
||||
"test:e2e:codegen": "playwright codegen http://localhost:5173",
|
||||
"test:e2e:k8s": "playwright test --config=playwright.k8s.config.ts",
|
||||
"test:e2e:k8s:ui": "playwright test --config=playwright.k8s.config.ts --ui",
|
||||
"test:e2e:k8s:headed": "playwright test --config=playwright.k8s.config.ts --headed",
|
||||
"test:e2e:k8s:debug": "playwright test --config=playwright.k8s.config.ts --debug",
|
||||
"test:e2e:k8s:codegen": "playwright codegen http://localhost",
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,md}\"",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
@@ -47,6 +52,7 @@
|
||||
"event-source-polyfill": "^1.0.31",
|
||||
"framer-motion": "^10.18.0",
|
||||
"i18next": "^23.7.0",
|
||||
"i18next-icu": "^2.4.1",
|
||||
"immer": "^10.0.3",
|
||||
"lucide-react": "^0.294.0",
|
||||
"papaparse": "^5.4.1",
|
||||
|
||||
Reference in New Issue
Block a user