This commit is contained in:
2025-12-04 17:07:59 +01:00
parent 60a3c82cd9
commit 88c6befc7c
33 changed files with 602 additions and 261 deletions

View File

@@ -1,4 +1,4 @@
import { describe, test, expect, beforeEach, afterEach } from 'vitest';
import { test, expect } from '@playwright/test';
import { execSync } from 'child_process';
/**
@@ -12,7 +12,7 @@ import { execSync } from 'child_process';
* RED Phase: This test MUST FAIL due to externalized modules
*/
describe('Electron Build Smoke Tests', () => {
test.describe('Electron Build Smoke Tests', () => {
test('should build Electron app without browser context errors', () => {
// When: Building the Electron companion app
let buildOutput: string;