catlog22
017b258223
test: add integration and E2E tests for command creation feature
- Add backend integration tests for POST /api/commands/create endpoint
- Validation tests (mode, location, required fields)
- Security tests (path traversal prevention)
- Upload mode tests (file creation, path handling)
- Edge cases (special characters, unicode, nested paths)
- Add frontend E2E tests for CommandCreateDialog component
- Dialog open/close tests
- Mode switching (import/generate)
- Location selection (project/user)
- API success/error handling
- Loading states and validation
Tests verify dual-mode command creation functionality with proper
error handling and security validation.
2026-02-27 18:52:39 +08:00
..
2025-12-29 17:50:33 +08:00
2026-01-07 22:35:46 +08:00
2026-01-07 22:35:46 +08:00
2025-12-29 10:51:57 +08:00
2025-12-29 12:22:09 +08:00
2026-02-27 18:52:39 +08:00
2025-12-29 11:58:00 +08:00
2026-01-13 12:35:15 +08:00
2026-01-07 22:35:46 +08:00
2026-01-07 22:35:46 +08:00
2026-01-07 22:35:46 +08:00
2026-02-18 21:48:56 +08:00
2026-01-07 22:35:46 +08:00
2026-01-19 15:35:41 +08:00
2026-01-07 22:35:46 +08:00
2025-12-29 10:51:57 +08:00
2026-01-07 22:35:46 +08:00
2026-01-25 17:27:58 +08:00
2026-01-07 22:35:46 +08:00
2025-12-29 09:59:26 +08:00
2025-12-29 08:50:32 +08:00
2025-12-29 09:03:50 +08:00
2025-12-29 08:44:09 +08:00
2025-12-29 08:39:32 +08:00
2025-12-29 11:58:00 +08:00
2026-01-07 22:35:46 +08:00
2025-12-29 10:27:20 +08:00
2025-12-29 18:38:46 +08:00
2026-01-28 22:23:19 +08:00