diff --git a/playwright.setup.ts b/playwright.setup.ts index fe048a4b..8a27fc4d 100644 --- a/playwright.setup.ts +++ b/playwright.setup.ts @@ -1,7 +1,7 @@ import { spawn } from 'node:child_process'; async function globalSetup() { - console.log('globalSetup'); + console.log('Playwright globalSetup called'); return new Promise((resolve, reject) => { const electron = spawn('node', ['./scripts/launchdev.js']);