17 references to CliE2EAutomatorHelpers
Aspire.Cli.EndToEnd.Tests (17)
BundleSmokeTests.cs (3)
96
timeout:
CliE2EAutomatorHelpers
.AspireRunReadyTimeout,
191
timeout:
CliE2EAutomatorHelpers
.AspireRunReadyTimeout,
252
timeout:
CliE2EAutomatorHelpers
.AspireRunReadyTimeout,
CliTelemetryTests.cs (1)
58
var diagDir = $"$ASPIRE_E2E_WORKSPACE/{
CliE2EAutomatorHelpers
.DiagnosticsDirectoryName}";
ConfigDiscoveryTests.cs (2)
95
await auto.TypeAsync(
CliE2EAutomatorHelpers
.GetAspireRunCommand("--apphost Alternate/apphost.cs"));
117
timeout:
CliE2EAutomatorHelpers
.AspireRunReadyTimeout,
DotnetToolSmokeTests.cs (2)
86
await auto.TypeAsync(
CliE2EAutomatorHelpers
.GetAspireRunCommand());
100
}, timeout:
CliE2EAutomatorHelpers
.AspireRunReadyTimeout, description: "Press CTRL+C message (aspire run started)");
Helpers\CliInstallStrategyTests.cs (1)
30
var command =
CliE2EAutomatorHelpers
.GetRecordAspireCliVersionCommand(strategy, "VER", "BASE_VER");
Helpers\TerminalRun.cs (2)
81
/// <see cref="
CliE2EAutomatorHelpers
.DiagnosticsDirectoryName"/> subdirectory, so the host
86
var diagnosticsSource = Path.Combine(_workspace.WorkspaceRoot.FullName,
CliE2EAutomatorHelpers
.DiagnosticsDirectoryName);
LaunchProfileTests.cs (2)
86
await auto.TypeAsync(
CliE2EAutomatorHelpers
.GetAspireRunCommand("--launch-profile E2E"));
91
timeout:
CliE2EAutomatorHelpers
.AspireRunReadyTimeout,
SmokeTests.cs (4)
45
await auto.TypeAsync(
CliE2EAutomatorHelpers
.GetAspireRunCommand());
60
}, timeout:
CliE2EAutomatorHelpers
.AspireRunReadyTimeout, description: "Press CTRL+C message (aspire run started)");
91
await auto.TypeAsync(
CliE2EAutomatorHelpers
.GetAspireRunCommand());
103
}, timeout:
CliE2EAutomatorHelpers
.AspireRunReadyTimeout, description: "Press CTRL+C message for polyglot AppHost with *.dev.localhost URLs");