15 references to ExecuteScriptAsync
Infrastructure.Tests (15)
Pipelines\NpmCliPackageTests.cs (3)
168var result = await cmd.ExecuteScriptAsync( 200var result = await cmd.ExecuteScriptAsync( 234var result = await cmd.ExecuteScriptAsync(
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (1)
2233CommandResult result = await command.ExecuteScriptAsync(_harnessPath, inputPath);
WorkflowScripts\CreateFailingTestIssueWorkflowTests.cs (1)
276var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);
WorkflowScripts\MonitorScheduledWorkflowsIntegrationTests.cs (1)
398var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);
WorkflowScripts\MonitorScheduledWorkflowsTests.cs (1)
251var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);
WorkflowScripts\ReportCiFailureIntegrationTests.cs (1)
290var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);
WorkflowScripts\ReportCiFailureTests.cs (1)
87var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);
WorkflowScripts\ReportPipelineFailureIntegrationTests.cs (1)
296var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);
WorkflowScripts\ReportPipelineFailureTests.cs (1)
145var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);
WorkflowScripts\ReportSpecializedTestFailuresTests.cs (1)
234var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);
WorkflowScripts\SelectTestsCommentScriptTests.cs (1)
239var result = await command.ExecuteScriptAsync(_harnessPath, requestPath, outputPath);
WorkflowScripts\SpecializedTestFailureRunnerTests.cs (1)
234var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);
WorkflowScripts\TrackingIssueTests.cs (1)
292var result = await command.ExecuteScriptAsync(_harnessPath, requestPath);