From 63b335aa19e03762f7bbe36e4c93bbece67a049c Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 4 Oct 2022 16:11:04 -0400 Subject: [PATCH] Add more logging to help with debugging Signed-off-by: Sebastian Malton --- integration/helpers/utils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index fc074b1dbb..dea8c14c03 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -100,6 +100,8 @@ async function attemptStart() { } export async function start() { + console.log(process.env); + // this is an attempted workaround for an issue with playwright not always getting the main window when using Electron 14.2.4 (observed on windows) for (let i = 0; ; i++) { try {