chore: update project documentation, audit reports, and initialize IDE configuration files
Some checks failed
CI / Lint → Typecheck → Test → Build (22) (push) Failing after 29s
CI / E2E Tests (push) Has been skipped
CodeQL Analysis / CodeQL (javascript-typescript) (push) Failing after 2m42s
Deploy / Build Web Image (push) Failing after 27s
Deploy / Build AI Services Image (push) Failing after 29s
E2E Tests / Playwright E2E (push) Failing after 43s
Deploy / Build API Image (push) Failing after 1m31s
Security Scanning / Dependency Audit (pnpm) (push) Failing after 6s
Security Scanning / Trivy Scan — API Image (push) Failing after 5m35s
Security Scanning / Trivy Scan — AI Services Image (push) Failing after 3m45s
Deploy / Deploy to Staging (push) Has been skipped
Deploy / Smoke Test Staging (push) Has been skipped
Deploy / Deploy to Production (push) Has been skipped
Deploy / Smoke Test Production (push) Has been skipped
Deploy / Rollback Staging (push) Has been skipped
Deploy / Rollback Production (push) Has been skipped
Security Scanning / Trivy Scan — Web Image (push) Failing after 13m51s
Security Scanning / Trivy Filesystem Scan (push) Failing after 14m46s
Security Scanning / Security Gate (push) Has been cancelled
Some checks failed
CI / Lint → Typecheck → Test → Build (22) (push) Failing after 29s
CI / E2E Tests (push) Has been skipped
CodeQL Analysis / CodeQL (javascript-typescript) (push) Failing after 2m42s
Deploy / Build Web Image (push) Failing after 27s
Deploy / Build AI Services Image (push) Failing after 29s
E2E Tests / Playwright E2E (push) Failing after 43s
Deploy / Build API Image (push) Failing after 1m31s
Security Scanning / Dependency Audit (pnpm) (push) Failing after 6s
Security Scanning / Trivy Scan — API Image (push) Failing after 5m35s
Security Scanning / Trivy Scan — AI Services Image (push) Failing after 3m45s
Deploy / Deploy to Staging (push) Has been skipped
Deploy / Smoke Test Staging (push) Has been skipped
Deploy / Deploy to Production (push) Has been skipped
Deploy / Smoke Test Production (push) Has been skipped
Deploy / Rollback Staging (push) Has been skipped
Deploy / Rollback Production (push) Has been skipped
Security Scanning / Trivy Scan — Web Image (push) Failing after 13m51s
Security Scanning / Trivy Filesystem Scan (push) Failing after 14m46s
Security Scanning / Security Gate (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Test Templates for Untested Files
|
||||
# Mẫu Kiểm Thử cho Các Tệp Chưa Được Kiểm Thử
|
||||
|
||||
## Repository Test Template
|
||||
## Mẫu Kiểm Thử Repository
|
||||
|
||||
```typescript
|
||||
import { describe, it, expect, beforeEach, vi } from 'vitest';
|
||||
@@ -121,7 +121,7 @@ describe('PrismaInquiryRepository', () => {
|
||||
|
||||
---
|
||||
|
||||
## Value Object Test Template
|
||||
## Mẫu Kiểm Thử Value Object
|
||||
|
||||
```typescript
|
||||
import { describe, it, expect } from 'vitest';
|
||||
@@ -171,7 +171,7 @@ describe('LeadScore ValueObject', () => {
|
||||
|
||||
---
|
||||
|
||||
## DTO Test Template
|
||||
## Mẫu Kiểm Thử DTO
|
||||
|
||||
```typescript
|
||||
import { describe, it, expect, beforeEach } from 'vitest';
|
||||
@@ -267,7 +267,7 @@ describe('CreateLeadDto', () => {
|
||||
|
||||
---
|
||||
|
||||
## Controller Test Template
|
||||
## Mẫu Kiểm Thử Controller
|
||||
|
||||
```typescript
|
||||
import { describe, it, expect, beforeEach, vi } from 'vitest';
|
||||
@@ -380,7 +380,7 @@ describe('InquiriesController', () => {
|
||||
|
||||
---
|
||||
|
||||
## Pagination Test Helper
|
||||
## Trình Trợ Giúp Kiểm Thử Phân Trang
|
||||
|
||||
```typescript
|
||||
import { describe, it, expect } from 'vitest';
|
||||
@@ -431,7 +431,7 @@ describe('Pagination calculations', () => {
|
||||
|
||||
---
|
||||
|
||||
## Aggregation Test Helper
|
||||
## Trình Trợ Giúp Kiểm Thử Tổng Hợp
|
||||
|
||||
```typescript
|
||||
import { describe, it, expect } from 'vitest';
|
||||
@@ -510,7 +510,7 @@ describe('Aggregation calculations', () => {
|
||||
|
||||
---
|
||||
|
||||
## DTO Pagination Helper Test
|
||||
## Kiểm Thử Trình Trợ Giúp Phân Trang DTO
|
||||
|
||||
```typescript
|
||||
import { describe, it, expect, beforeEach } from 'vitest';
|
||||
|
||||
Reference in New Issue
Block a user