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
6
tests/hurl/query/range_dates.hurl
Normal file
6
tests/hurl/query/range_dates.hurl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# __gte / __lte against ISO-8601 dates.
|
||||
GET {{host}}/query?date__gte=2026-02-01&date__lte=2026-04-01
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
jsonpath "$.total" == 1
|
||||
jsonpath "$.results[0].path" == "events/b.md"
|
||||
Loading…
Add table
Add a link
Reference in a new issue