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 981573e commit 2ef5174Copy full SHA for 2ef5174
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -63,7 +63,7 @@ public async Task GeneratePdf()
63
64
using IBrowser? browser = await Puppeteer.LaunchAsync(new LaunchOptions
65
{
66
- ExecutablePath = isGitHubActions != null ? "/usr/bin/chromium-browser" : installedBrowser.GetExecutablePath(),
+ ExecutablePath = installedBrowser.GetExecutablePath(),
67
Headless = true,
68
DumpIO = isGitHubActions != null ? true : false, // Enables debug logs
69
Args = isGitHubActions != null ?
0 commit comments