log browser options to see if env vars get passed
Some checks failed
Build and Deploy / build (push) Failing after 6m4s

This commit is contained in:
Joakim Repomaa
2026-02-19 15:15:04 +02:00
parent 5b5a135348
commit cdca4c84a3

View File

@@ -34,6 +34,7 @@ const getLaunchOptions = (): LaunchOptions => {
if (browserPath) {
options.executablePath = browserPath;
}
console.log('Browser options:', options);
return options;
};