save progress
This commit is contained in:
26
src/__Tests/Integration/StellaOps.Integration.E2E/AGENTS.md
Normal file
26
src/__Tests/Integration/StellaOps.Integration.E2E/AGENTS.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# E2E Integration Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
- Validate end-to-end reproducibility across ingest, normalize, decide, attest, bundle, and reverify stages.
|
||||
|
||||
## Responsibilities
|
||||
- Keep E2E tests deterministic with frozen timestamps and stable inputs.
|
||||
- Ensure Testcontainers usage is gated for Docker availability.
|
||||
- Maintain golden baselines and diff tooling for reproducibility diagnostics.
|
||||
|
||||
## Required Reading
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/airgap/airgap-mode.md
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/__Tests/Integration/StellaOps.Integration.E2E
|
||||
- Allowed shared projects: src/__Tests/__Benchmarks/determinism, src/__Tests/fixtures
|
||||
|
||||
## Testing Expectations
|
||||
- Tag tests for Integration and ensure deterministic ordering.
|
||||
- Avoid Guid.NewGuid/DateTime.UtcNow in graph or manifest generation unless fixed or mocked.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep fixtures cleaned up and avoid cross-test contamination.
|
||||
10
src/__Tests/Integration/StellaOps.Integration.E2E/TASKS.md
Normal file
10
src/__Tests/Integration/StellaOps.Integration.E2E/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Integration.E2E Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0364-M | DONE | Maintainability audit for Integration.E2E. |
|
||||
| AUDIT-0364-T | DONE | Test coverage audit for Integration.E2E. |
|
||||
| AUDIT-0364-A | DONE | Waived (test project). |
|
||||
Reference in New Issue
Block a user