feat: integrate test history recording into test execution

This commit is contained in:
张翔
2026-03-13 11:38:00 +08:00
parent dd1ea3f9a9
commit 33a2dd454f
4 changed files with 67 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import fs from 'fs';
import path from 'path';
import * as fs from 'fs';
import * as path from 'path';
interface TestExecutionRecord {
testId: string;