feat(release): prepare 1.1.0 candidate

This commit is contained in:
Yun Chan 2026-08-29 18:33:45 +09:00
parent 5a34f66981
commit 5205dcdfa9
736 changed files with 115667 additions and 12203 deletions

View file

@ -1,6 +1,4 @@
import * as fs from 'fs';
import { test, expect, _electron as electron } from '@playwright/test';
import * as path from 'path';
test.describe('Voice Pipeline E2E', () => {
test.describe.configure({ mode: 'serial' });
@ -80,7 +78,6 @@ test.describe('Voice Pipeline E2E', () => {
// Some apps use IPC or separate windows for Recording tip. If we don't catch it, we skip.
if (recordingWindow) {
const isVisible = await recordingWindow.locator('text="녹음 중"').isVisible().catch(() => false);
// Since it's a separate window, just knowing it opened is good enough.
expect(recordingWindow).toBeTruthy();
}