feat: 解码 worker 化、Playwright E2E 测试体系与文件夹对比(0.6.0)
This commit is contained in:
+4
-1
@@ -30,7 +30,10 @@ export default defineConfig({
|
||||
// worker 线程入口无法在 jsdom 执行,其调用的 computeDiff 已由 diffEngine 测试覆盖
|
||||
'src/renderer/src/diff/diffWorker.ts',
|
||||
// 主进程入口依赖 electron 运行时,无法在 jsdom 测试(窗口/IPC 逻辑随发布人工自测)
|
||||
'src/main/index.ts'
|
||||
'src/main/index.ts',
|
||||
// 解码 worker 线程入口(真实链路由 E2E 编码用例覆盖),其调用的
|
||||
// decodeText 已由 decode 测试覆盖
|
||||
'src/main/decodeWorker.ts'
|
||||
],
|
||||
all: true,
|
||||
// CI 门禁:四项覆盖率不得低于 80%,否则测试失败
|
||||
|
||||
Reference in New Issue
Block a user