mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
feat: add UI test command and clean up integration test
- Introduced a new npm script "test:ui" for running UI tests in the apps/ui workspace. - Removed unnecessary login screen handling from the worktree integration test to streamline the test flow.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
"lint": "npm run lint --workspace=apps/ui",
|
||||
"test": "npm run test --workspace=apps/ui",
|
||||
"test:headed": "npm run test:headed --workspace=apps/ui",
|
||||
"test:ui": "npm run test --workspace=apps/ui -- --ui",
|
||||
"test:packages": "vitest run --project='!server'",
|
||||
"test:server": "vitest run --project=server",
|
||||
"test:server:coverage": "vitest run --project=server --coverage",
|
||||
|
||||
Reference in New Issue
Block a user