hurl/integration/tests/predicates-string.hurl
2020-08-27 16:44:57 +02:00

18 lines
275 B
Plaintext

GET http://localhost:8000/predicates-string
HTTP/1.0 200
[Asserts]
body equals "Hello World!"
body startsWith "Hello"
body contains "llo"
body matches "Hello [a-zA-Z]+!"
GET http://localhost:8000/predicates-string-empty
HTTP/1.0 200
[Asserts]
body equals ""
body exists