test(axum): use dom-aware html assertions

Harden axum response and root fingerprint tests with scraper-based HTML parsing instead of raw rendered-string equality.

req: test/005
This commit is contained in:
slhx agent
2026-05-25 23:19:13 +02:00
parent 355fc99888
commit 227a408985
4 changed files with 47 additions and 13 deletions
+1
View File
@@ -13,4 +13,5 @@ slhx-core = { path = "../slhx-core" }
slhx-js = { path = "../slhx-js" }
[dev-dependencies]
scraper = "0.23"
tokio = { version = "1", features = ["macros", "rt"] }