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

@@ -281,6 +281,7 @@ export const setupTestServer = ({
case 'evaluation':
await import('@/evaluation/metrics.controller');
await import('@/evaluation/test-definitions.controller.ee');
await import('@/evaluation/test-runs.controller.ee');
break;
}
}