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
Generated
+1
View File
@@ -1370,6 +1370,7 @@ version = "0.1.0"
dependencies = [
"axum",
"futures-util",
"scraper",
"slhx-core",
"slhx-js",
"tokio",