chore: auto-commit (2 archivos)
- app.md - cdp-cli/ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -45,6 +45,28 @@ python_runtime_deps:
|
||||
- certifi
|
||||
- urllib3
|
||||
- cryptography
|
||||
|
||||
# Validacion end-to-end (fase 4 del bucle reactivo). Ver issue 0068.
|
||||
# C++ ImGui app: build con cmake, smoke via --self-test, tests pytest WSL.
|
||||
e2e_checks:
|
||||
- id: build
|
||||
cmd: "cmake --build build --target graph_explorer -j"
|
||||
timeout_s: 300
|
||||
expect_exit: 0
|
||||
- id: tests_pytest_wsl
|
||||
cmd: "cd tests && python3 -m pytest -x -q"
|
||||
timeout_s: 180
|
||||
expect_exit: 0
|
||||
- id: smoke_self_test
|
||||
cmd: "./build/graph_explorer --self-test"
|
||||
timeout_s: 30
|
||||
expect_exit: 0
|
||||
- id: enricher_fetch_webpage
|
||||
cmd: "./build/graph_explorer --run-enricher fetch_webpage --target https://example.com --json"
|
||||
timeout_s: 60
|
||||
expect_stdout_contains: "\"status\":\"done\""
|
||||
- id: ops_audit
|
||||
ref: "fn-recopilador:projects/osint_graph/apps/graph_explorer"
|
||||
---
|
||||
|
||||
## Arquitectura
|
||||
|
||||
Reference in New Issue
Block a user