21 references to CliE2EAutomatorHelpers
Aspire.Cli.EndToEnd.Tests (21)
BundleSmokeTests.cs (3)
96timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout, 191timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout, 252timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout,
CliTelemetryTests.cs (1)
58var diagDir = $"$ASPIRE_E2E_WORKSPACE/{CliE2EAutomatorHelpers.DiagnosticsDirectoryName}";
ConfigDiscoveryTests.cs (2)
95await auto.TypeAsync(CliE2EAutomatorHelpers.GetAspireRunCommand("--apphost Alternate/apphost.cs")); 117timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout,
DotnetToolSmokeTests.cs (2)
86await auto.TypeAsync(CliE2EAutomatorHelpers.GetAspireRunCommand()); 100}, timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout, description: "Press CTRL+C message (aspire run started)");
Helpers\CliInstallStrategyTests.cs (1)
30var command = CliE2EAutomatorHelpers.GetRecordAspireCliVersionCommand(strategy, "VER", "BASE_VER");
Helpers\TerminalRun.cs (2)
114/// <see cref="CliE2EAutomatorHelpers.DiagnosticsDirectoryName"/> subdirectory, so the host 119var diagnosticsSource = Path.Combine(_workspace.WorkspaceRoot.FullName, CliE2EAutomatorHelpers.DiagnosticsDirectoryName);
LaunchProfileTests.cs (3)
93? $"ASPIRE_CLI_START_TIMEOUT={CliE2EAutomatorHelpers.AspireRunStartupBudgetSeconds} dotnet run --launch-profile E2E /p:AspireUseCliBundle=true" 94: CliE2EAutomatorHelpers.GetAspireRunCommand("--launch-profile E2E"); 100timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout,
SmokeTests.cs (7)
46await auto.TypeAsync(CliE2EAutomatorHelpers.GetAspireRunCommand()); 61}, timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout, description: "Press CTRL+C message (aspire run started)"); 100$"ASPIRE_CLI_START_TIMEOUT={CliE2EAutomatorHelpers.AspireRunStartupBudgetSeconds} " + 109$"for attempt in $(seq 1 {CliE2EAutomatorHelpers.AspireRunReadyTimeout.TotalSeconds}); do " + 123CliE2EAutomatorHelpers.AspireRunReadyTimeout + TimeSpan.FromSeconds(30)); 173await auto.TypeAsync(CliE2EAutomatorHelpers.GetAspireRunCommand()); 185}, timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout, description: "Press CTRL+C message for polyglot AppHost with *.dev.localhost URLs");