We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e3107 commit b837035Copy full SHA for b837035
Markdown2Pdf.Tests/Tests/Utils.cs
@@ -26,7 +26,8 @@ internal static async Task<string> RenderHtmlAsync(string htmlFilePath) {
26
27
private static async Task<IBrowser> _CreateBrowserAsync() {
28
var launchOptions = new LaunchOptions {
29
- Headless = true
+ Headless = true,
30
+ Args = ["--no-sandbox"],
31
};
32
33
using var browserFetcher = new BrowserFetcher();
0 commit comments