11 references to ExpressReact
Aspire.Cli.EndToEnd.Tests (11)
EmulatedLocalReleaseBuildTests.cs (1)
151await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.ExpressReact);
EmulatedReleasedBuildTests.cs (1)
127await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.ExpressReact);
EmulatedStagingBuildTests.cs (1)
140await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.ExpressReact);
KubernetesDeployTypeScriptTests.cs (1)
55await auto.AspireNewAsync(ProjectName, counter, template: AspireTemplate.ExpressReact);
KubernetesDeployTypeScriptWithPersistentVolumeTests.cs (1)
66await auto.AspireNewAsync(ProjectName, counter, template: AspireTemplate.ExpressReact);
SmokeTests.cs (1)
86await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.ExpressReact, useDevLocalhost: true);
TerminalCommandTests.cs (1)
33await auto.AspireNewAsync("TerminalSupportApp", counter, template: AspireTemplate.ExpressReact);
tests\Shared\Hex1bAutomatorTestHelpers.cs (1)
510case AspireTemplate.ExpressReact:
tests\Shared\Hex1bTestHelpers.cs (1)
403case AspireTemplate.ExpressReact:
TypeScriptStarterSmokeTests.cs (1)
47await auto.AspireNewAsync("TsStarterApp", counter, template: AspireTemplate.ExpressReact);
TypeScriptStarterTemplateTests.cs (1)
34await auto.AspireNewAsync("TsStarterApp", counter, template: AspireTemplate.ExpressReact);