1 write to _harnessPath
Infrastructure.Tests (1)
WorkflowScripts\SelectTestsCommentScriptTests.cs (1)
33
_harnessPath
= Path.Combine(_repoRoot, "tests", "Infrastructure.Tests", "WorkflowScripts", "select-tests-comment.harness.js");
1 reference to _harnessPath
Infrastructure.Tests (1)
WorkflowScripts\SelectTestsCommentScriptTests.cs (1)
239
var result = await command.ExecuteScriptAsync(
_harnessPath
, requestPath, outputPath);