mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-09 23:31:51 -07:00
AfterStep was capturing a screenshot after every step (~1191 of 1446 steps). Each screenshot requires IPC round-trip: getFirstWebContentsView capturePage serialize PNG transfer buffer fs.writeFile. On CI this costs ~200-400ms per step, totaling ~6 minutes of pure screenshot overhead. Now screenshots are only taken for FAILED steps, saving ~6 minutes on CI. This brings the total test time well within the 25-minute budget. |
||
|---|---|---|
| .. | ||
| agent.ts | ||
| application.ts | ||
| browserView.ts | ||
| cleanup.ts | ||
| logging.ts | ||
| menu.ts | ||
| sync.ts | ||
| tidgiMiniWindow.ts | ||
| ui.ts | ||
| wiki.ts | ||
| window.ts | ||