8 references to Installed
aspire (2)
Agents\Playwright\PlaywrightCliInstaller.cs (1)
300return (PlaywrightInstallStatus.Installed, null);
Commands\AgentInitCommand.cs (1)
413case PlaywrightInstallStatus.Installed:
Aspire.Cli.Tests (6)
Agents\PlaywrightCliInstallerTests.cs (6)
74Assert.Equal(PlaywrightInstallStatus.Installed, status); 144Assert.Equal(PlaywrightInstallStatus.Installed, status); 217Assert.Equal(PlaywrightInstallStatus.Installed, status); 262Assert.Equal(PlaywrightInstallStatus.Installed, status); 353Assert.Equal(PlaywrightInstallStatus.Installed, status); 495Assert.Equal(PlaywrightInstallStatus.Installed, status);