1 write to _harnessPath
Infrastructure.Tests (1)
WorkflowScripts\ReportSpecializedTestFailuresTests.cs (1)
28
_harnessPath
= Path.Combine(_repoRoot, "tests", "Infrastructure.Tests", "WorkflowScripts", "report-specialized-test-failures.harness.js");
1 reference to _harnessPath
Infrastructure.Tests (1)
WorkflowScripts\ReportSpecializedTestFailuresTests.cs (1)
234
var result = await command.ExecuteScriptAsync(
_harnessPath
, requestPath);