dashboard test runner . backend

This commit is contained in:
Dobromir Popov
2026-07-11 16:11:42 +03:00
parent bb561a9665
commit f99237b4e6
11 changed files with 931 additions and 8 deletions

15
.vscode/launch.json vendored
View File

@@ -107,6 +107,21 @@
],
"console": "integratedTerminal",
"justMyCode": false
},
{
"name": "Ralph: dashboard (test runner PRD)",
"type": "debugpy",
"request": "launch",
"python": "${workspaceFolder}/.venv-rocm/bin/python",
"program": "${workspaceFolder}/scripts/ralph_progress.py",
"args": [
"watch",
"--prd", ".scratch/dashboard-test-runner/prd.json",
"--interval", "5",
"--git"
],
"console": "integratedTerminal",
"justMyCode": false
}
],
"compounds": [