( rootDir: string = getProjectRoot(), )
| 173 | } |
| 174 | |
| 175 | export function resolveAutonomyRunsPath( |
| 176 | rootDir: string = getProjectRoot(), |
| 177 | ): string { |
| 178 | return join(resolve(rootDir), AUTONOMY_RUNS_RELATIVE_PATH) |
| 179 | } |
| 180 | |
| 181 | export async function listAutonomyRuns( |
| 182 | rootDir: string = getProjectRoot(), |
no test coverage detected