3 implementations of InstallSkillsAsync
aspire (1)
Agents\Playwright\PlaywrightCliRunner.cs (1)
81
public async Task<bool>
InstallSkillsAsync
(string workingDirectory, CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Agents\PlaywrightCliInstallerTests.cs (1)
1071
public Task<bool>
InstallSkillsAsync
(string workingDirectory, CancellationToken cancellationToken)
TestServices\FakePlaywrightServices.cs (1)
210
public Task<bool>
InstallSkillsAsync
(string workingDirectory, CancellationToken cancellationToken)
1 reference to InstallSkillsAsync
aspire (1)
Agents\Playwright\PlaywrightCliInstaller.cs (1)
284
var skillsInstalled = await playwrightCliRunner.
InstallSkillsAsync
(repoRoot, cancellationToken);