what path is this

This commit is contained in:
Core 2022-02-01 10:21:37 +00:00
parent 1ed930ad96
commit b1fbdca1ba
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -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 }) => {