test: cover critical tui e2e paths

This commit is contained in:
2026-06-14 14:24:12 +09:00
parent 6cae63fc53
commit b9f49eee1f
6 changed files with 506 additions and 9 deletions
+6
View File
@@ -4,6 +4,7 @@ version = "0.0.0"
edition.workspace = true
license.workspace = true
publish = false
autotests = false
[features]
default = []
@@ -19,3 +20,8 @@ tempfile.workspace = true
name = "panel"
path = "tests/panel.rs"
required-features = ["e2e"]
[[test]]
name = "rewind"
path = "tests/rewind.rs"
required-features = ["e2e"]