log browser options to see if env vars get passed
Some checks failed
Build and Deploy / build (push) Failing after 6m4s
Some checks failed
Build and Deploy / build (push) Failing after 6m4s
This commit is contained in:
@@ -34,6 +34,7 @@ const getLaunchOptions = (): LaunchOptions => {
|
|||||||
if (browserPath) {
|
if (browserPath) {
|
||||||
options.executablePath = browserPath;
|
options.executablePath = browserPath;
|
||||||
}
|
}
|
||||||
|
console.log('Browser options:', options);
|
||||||
return options;
|
return options;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user