- node with NVM
- python with pip
- virtualenv or equals
- chromedriver in path
- clone repo and cd to folder
- create virtualenv
virtualenv venv
or your environtment setup - install the requirements with
pip -r install requirements.txt
Make sure the chromedriver is in path
on the folder, run robot Web/Tests/SearchWeb.robot
I want to add other test cases such as:
- One char search test e.g "a"
- Wrong Char e.g "*" test
- Max char test
- Empty char test
But no corresponding results expected
on the folder, run robot API/Tests/SearchAPI.robot