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