feat: integrate test history recording into test execution
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user