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/in.hurl
Normal file
7
tests/hurl/query/in.hurl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# __in: one-of, against a list field.
|
||||
GET {{host}}/query?tags__in=alpha,anwesen
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
jsonpath "$.total" == 2
|
||||
jsonpath "$.results[*].path" contains "Projects/anwesen.md"
|
||||
jsonpath "$.results[*].path" contains "Projects/alpha.md"
|
||||
Loading…
Add table
Add a link
Reference in a new issue