API testing bot
- entrypoint points automatically open the report based on deafult browser once reports are ready
- Open for Extensability, can add more APIs to test.
- Utlizing advanced PUT Parameterized Unit-testing technique
- Beautyful and easy to understand reports
- Can run tests in Parallel
Prepare python virtual environment to run framework
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Filter and Run test
robot --outputdir output src/animechan.robot
Reports would be generated under /output
directory, either use file-manager to open them in browse or if using linux
use the follwong command
${BROWSER} output/report.html
Further information about API being tested
I am looking for Jobs ... 😎