3 implementations of InstallSkillsAsync
aspire (1)
Agents\Playwright\PlaywrightCliRunner.cs (1)
81public async Task<bool> InstallSkillsAsync(string workingDirectory, CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Agents\PlaywrightCliInstallerTests.cs (1)
602public Task<bool> InstallSkillsAsync(string workingDirectory, CancellationToken cancellationToken)
TestServices\FakePlaywrightServices.cs (1)
49public Task<bool> InstallSkillsAsync(string workingDirectory, CancellationToken cancellationToken)
2 references to InstallSkillsAsync
aspire (2)
Agents\Playwright\PlaywrightCliInstaller.cs (2)
120var skillsInstalled = await playwrightCliRunner.InstallSkillsAsync(context.RepositoryRoot.FullName, cancellationToken); 222var skillsResult = await playwrightCliRunner.InstallSkillsAsync(context.RepositoryRoot.FullName, cancellationToken);