7 references to GetCreateCommand
Aspire.Cli.EndToEnd.Tests (7)
JavaPolyglotApphostDirectoryTests.cs (1)
60await auto.TypeAsync(ViteTestHelpers.GetCreateCommand("viteapp"));
JavaPolyglotTests.cs (1)
42await auto.TypeAsync(ViteTestHelpers.GetCreateCommand("viteapp"));
TypeScriptPolyglotApphostDirectoryTests.cs (1)
66await auto.TypeAsync(ViteTestHelpers.GetCreateCommand("viteapp"));
TypeScriptPolyglotTests.cs (3)
78await auto.TypeAsync(ViteTestHelpers.GetCreateCommand("viteapp")); 193await auto.TypeAsync(ViteTestHelpers.GetCreateCommand("viteapp")); 442await auto.TypeAsync(ViteTestHelpers.GetCreateCommand("."));
ViteTestHelpersTests.cs (1)
26var command = ViteTestHelpers.GetCreateCommand(projectDirectory);