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