fix(qa): sync TUI PTY proof metadata (#130314)

This commit is contained in:
Dallin Romney
2026-08-26 13:54:56 -07:00
committed by GitHub
parent 0e054de54f
commit 32bfb4de9d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -36,10 +36,10 @@ scenario:
testNamePattern: ^TUI PTY real backends keeps whitespace-prefixed bang input in chat after local shell approval$
- coverageId: tui.approval-prompt
testFile: src/tui/tui-pty-local.e2e.test.ts
testNamePattern: ^TUI PTY real backends confirms and renders local shell output and environment through a real local PTY$
testNamePattern: ^TUI PTY real backends confirms and renders local shell output, then extinguishes descendants before TUI exit$
- coverageId: tui.command-output-display
testFile: src/tui/tui-pty-local.e2e.test.ts
testNamePattern: ^TUI PTY real backends confirms and renders local shell output and environment through a real local PTY$
testNamePattern: ^TUI PTY real backends confirms and renders local shell output, then extinguishes descendants before TUI exit$
- coverageId: tui.execution-environment-marker
testFile: src/tui/tui-pty-local.e2e.test.ts
testNamePattern: ^TUI PTY real backends confirms and renders local shell output and environment through a real local PTY$
testNamePattern: ^TUI PTY real backends confirms and renders local shell output, then extinguishes descendants before TUI exit$
@@ -32,4 +32,4 @@ scenario:
testNamePattern: ^TUI PTY real backends lists local session history through a real PTY$
- coverageId: tui.resume
testFile: src/tui/tui-pty-local.e2e.test.ts
testNamePattern: ^TUI PTY real backends with shared Gateway fixture restores the remembered Gateway session and history after a real TUI relaunch$
testNamePattern: ^TUI PTY real backends with shared Gateway fixture gates input while a real Gateway restores the remembered session and history$