Phase C.1 - Multi-run backend implementation (database + execution logic)

This commit is contained in:
2025-12-28 03:13:08 +11:00
parent 0e29d75bc3
commit 88358406f4
4 changed files with 361 additions and 6 deletions

View File

@@ -270,5 +270,6 @@ const os = require('os');
module.exports = {
runTest,
getHistory
getHistory,
generateTestId
};