Welcome to Kamino API!

How to use this tool?

First you must upsert a project, enviornment, frontend and userpath(s) in Kamino UI:

HERE

 

Then you must make a POST call to this tool at port 5000 with this structure:

{
     "pixel_tolerance": 10,
     "test_runner": "david.dealvaradolacruz@soprasteria.com",
     "plugins": "chatbots",
     "execution_plan": {
         "projects": [
             {
                 "name": "CES PRE",
                 "environment": "CES FR",
                 "sites": [
                     "https://www.nestle.fr/"
                 ],
                 "market": "FR",
                 "userpaths_names": "ces_fr_persistant_menu"
             }
         ]
     }
}

 

For example using CURL:

 

curl -X POST -H "Content-Type: application/json" -d '{
     "pixel_tolerance": 10,
     "test_runner": "david.dealvaradolacruz@soprasteria.com",
     "plugins": "chatbots",
     "execution_plan": {
         "projects": [
             {
                 "name": "CES PRE",
                 "environment": "CES FR",
                 "sites": [
                     "https://www.nestle.fr/"
                 ],
                 "market": "FR",
                 "userpaths_names": "ces_fr_persistant_menu"
             }
         ]
     }
}' 54.229.217.232:5000/run