* Stabilize terminal e2e tests on Windows ConPTY Windows ConPTY can drop or reorder the tail of large synchronized terminal frames or stdout writes when they are written all at once or when the process exits too quickly. * Wait for PTY shell readiness before running test scripts. * Chunk large table writes line-by-line and yield with a short timeout on Windows to let the stream drain. * Add and poll for a synchronized frame tail marker to ensure the entire content is rendered before proceeding. * Remove flaky preflight shell echo in terminal emoji scroll test The Ctrl+C/Ctrl+U preflight keys sent by `waitForPtyShellEcho` can race Windows ConPTY startup and eat subsequent test input. Remove this wait and rely on the fixture marker as the readiness signal instead. |
||
|---|---|---|
| .. | ||
| e2e | ||
| .gitignore | ||
| playwright.config.ts | ||