test(workout): gate phone-first browser flow

Add a real browser smoke for the workout exemplar that checks phone and wide viewport hierarchy, thumb-sized primary action, hidden host proof panel, and recovery interactions through hemx runtime.

req: examples/001

req: local/001

req: host/002
This commit is contained in:
slhx agent
2026-06-11 23:47:55 +02:00
parent 58b0c70709
commit 7a44c3ee9e
3 changed files with 222 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@ tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }
[dev-dependencies]
hemx-test = { path = "../../hemx-test" }
thirtyfour = { version = "0.36", default-features = false, features = ["rustls-tls"] }
tokio = { version = "1", features = ["macros", "process", "time"] }
[build-dependencies]
hemx-build = { path = "../../hemx-build" }