1 write to _harnessPath
Infrastructure.Tests (1)
WorkflowScripts\ReportPipelineFailureIntegrationTests.cs (1)
35
_harnessPath
= Path.Combine(_repoRoot, "tests", "Infrastructure.Tests", "WorkflowScripts", "report-pipeline-failure.integration.harness.js");
1 reference to _harnessPath
Infrastructure.Tests (1)
WorkflowScripts\ReportPipelineFailureIntegrationTests.cs (1)
296
var result = await command.ExecuteScriptAsync(
_harnessPath
, requestPath);