commit and up
This commit is contained in:
		| @@ -16,7 +16,7 @@ contributors who need to extend coverage or diagnose failures. | ||||
| | **1. Unit** | `xUnit` (<code>dotnet test</code>) | `*.Tests.csproj` | per PR / push | | ||||
| | **2. Property‑based** | `FsCheck` | `SbomPropertyTests` | per PR | | ||||
| | **3. Integration (API)** | `Testcontainers` suite | `test/Api.Integration` | per PR + nightly | | ||||
| | **4. Integration (DB‑merge)** | in‑memory Mongo + Redis | `FeedMerge.Integration` | per PR | | ||||
| | **4. Integration (DB-merge)** | in-memory Mongo + Redis | `Feedser.Integration` (vulnerability ingest/merge/export service) | per PR | | ||||
| | **5. Contract (gRPC)** | `Buf breaking` | `buf.yaml` files | per PR | | ||||
| | **6. Front‑end unit** | `Jest` | `ui/src/**/*.spec.ts` | per PR | | ||||
| | **7. Front‑end E2E** | `Playwright` | `ui/e2e/**` | nightly | | ||||
| @@ -70,7 +70,7 @@ flowchart LR | ||||
|   I1 --> FE[Jest] | ||||
|   FE --> E2E[Playwright] | ||||
|   E2E --> Lighthouse | ||||
|   Lighthouse --> INTEG2[FeedMerge] | ||||
|   Lighthouse --> INTEG2[Feedser] | ||||
|   INTEG2 --> LOAD[k6] | ||||
|   LOAD --> CHAOS[pumba] | ||||
|   CHAOS --> RELEASE[Attestation diff] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user