ANW-20 hurl HTTP contract-test harness
This commit is contained in:
parent
ec650e6c66
commit
b4a33abd71
50 changed files with 415 additions and 2 deletions
7
tests/hurl/query/range_datetime.hurl
Normal file
7
tests/hurl/query/range_datetime.hurl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# __gt against an RFC 3339 datetime; verifies coerced typed-date comparison.
|
||||
GET {{host}}/query?when__gt=2026-05-14T00:00:00Z
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
jsonpath "$.total" == 1
|
||||
jsonpath "$.results[0].path" == "events/c.md"
|
||||
jsonpath "$.results[0].frontmatter.when" == "2026-05-14T10:14:22Z"
|
||||
Loading…
Add table
Add a link
Reference in a new issue