Skip to content
Snippets Groups Projects
Commit a3719928 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add bool param in test suite

parent 0f6e26e4
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,15 @@ description="Check word 'IML' in IML website"
function="HttpContent"
params='{
"url": "https://www.iml.unibe.ch/",
"bodycontains": "IML"
"bodycontains": "IML",
"headeronly": false
}'
["Http head"]
description="Check http statuscode"
function="HttpContent"
params[url]="https://www.example.com/"
params[status]=200
params[headeronly]=false
; -----------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment