Sample project to demonstrate REST API tests written with Robot Framework with RequestsLibrary running on GitHub Actions.
To clone and run this project, you will need:
2.34.1 while writing this doc)3.11.5 while writing this doc)Stable Build while writing this doc)Install the Following Libraries using the command Line:
python -m pip install -r requirements.txt
In this project, you can run tests via CLI in both environments with the flag -v generate the reports with the flag -d and pass the path to suite tests Tests/*.robot for example, the suite chosen was Tests/TC.robot:
python -m robot -d reports -v ENVIRONMENT:dev Tests/TC.robotpython -m robot -d reports -v ENVIRONMENT:hom Tests/TC.robot
___Made with ❤️ by Jardeson Santos. Meu Linkedin.