We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebf1ba commit 1488a4eCopy full SHA for 1488a4e
src/Docfx.App/PdfBuilder.cs
@@ -67,7 +67,7 @@ public static async Task CreatePdf(string outputFolder)
67
68
PlaywrightHelper.EnsurePlaywrightNodeJsPath();
69
70
- Program.Main(["install", "chromium"]);
+ Program.Main(["install", "chromium", "--only-shell"]);
71
72
var builder = WebApplication.CreateBuilder();
73
builder.Logging.ClearProviders();
test/docfx.Snapshot.Tests/PercyTest.cs
@@ -39,7 +39,7 @@ public PercyFactAttribute()
39
static PercyTest()
40
{
41
42
- Microsoft.Playwright.Program.Main(["install", "chromium"]);
+ Microsoft.Playwright.Program.Main(["install", "chromium", "--only-shell"]);
43
}
44
45
[PercyFact]
0 commit comments