Implement full E2E, integration, component, and unit tests, and resolve all leftover tmux-to-herdr issues in UI and core scripts

This commit is contained in:
2026-07-19 20:05:48 +09:00
parent 30e606b0fa
commit ff7a2873f9
29 changed files with 3099 additions and 95 deletions
@@ -15,7 +15,7 @@ void main() {
name: 'demo-session',
server: 'default',
status: 'running',
tmuxAlive: true,
herdrAlive: true,
pane: const Pane(
pid: 123,
cwd: '/x',
@@ -26,7 +26,7 @@ void main() {
resumeState: 'yes',
jobId: '-',
jobStatus: '-',
attachCommand: 'tmux attach -t demo-session',
attachCommand: 'herdr session attach demo-session',
driftClasses: const ['B'],
),
];