feat(core): API endpoints for Test Runs (no-changelog) (#11882)

This commit is contained in:
Eugene
2024-12-02 13:52:40 +01:00
committed by GitHub
parent b0e9085ffc
commit 43dd2a06c9
8 changed files with 361 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ import '@/external-secrets/external-secrets.controller.ee';
import '@/license/license.controller';
import '@/evaluation/test-definitions.controller.ee';
import '@/evaluation/metrics.controller';
import '@/evaluation/test-runs.controller.ee';
import '@/workflows/workflow-history/workflow-history.controller.ee';
import '@/workflows/workflows.controller';