17 references to CliE2EAutomatorHelpers
Aspire.Cli.EndToEnd.Tests (17)
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)
81/// <see cref="CliE2EAutomatorHelpers.DiagnosticsDirectoryName"/> subdirectory, so the host 86var diagnosticsSource = Path.Combine(_workspace.WorkspaceRoot.FullName, CliE2EAutomatorHelpers.DiagnosticsDirectoryName);
LaunchProfileTests.cs (2)
86await auto.TypeAsync(CliE2EAutomatorHelpers.GetAspireRunCommand("--launch-profile E2E")); 91timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout,
SmokeTests.cs (4)
45await auto.TypeAsync(CliE2EAutomatorHelpers.GetAspireRunCommand()); 60}, timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout, description: "Press CTRL+C message (aspire run started)"); 91await auto.TypeAsync(CliE2EAutomatorHelpers.GetAspireRunCommand()); 103}, timeout: CliE2EAutomatorHelpers.AspireRunReadyTimeout, description: "Press CTRL+C message for polyglot AppHost with *.dev.localhost URLs");