export type RunFinishEvent = {
    type: 'run_finish';
    testFilePath: string;
};
