From b1fbdca1ba2e09c62616005ab9950b05e78f0b6b Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 1 Feb 2022 10:21:37 +0000 Subject: [PATCH] what path is this --- src/__tests__/base.test.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/__tests__/base.test.ts b/src/__tests__/base.test.ts index 5416fe92..0ddac691 100644 --- a/src/__tests__/base.test.ts +++ b/src/__tests__/base.test.ts @@ -3,6 +3,9 @@ import { test, expect } from "@playwright/test"; import { join } from "path"; test("Launch electron app", async () => { + + console.log(__dirname) + const electronApp = await electron.launch({ args: [join(__dirname, "../../build")] }); const appPath = await electronApp.evaluate(async ({ app }) => {