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
Loading
...@@ -17,7 +17,15 @@ description="Check word 'IML' in IML website" ...@@ -17,7 +17,15 @@ description="Check word 'IML' in IML website"
function="HttpContent" function="HttpContent"
params='{ params='{
"url": "https://www.iml.unibe.ch/", "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