Sample project to demonstrate Web Automation tests written with Robot Framework with SeleniumLibrary running on GitHub Actions.
To clone and run this project, you will need:
- Git(I've used version
2.34.1
while writing this doc) - Python(I've used version
3.11.5
while writing this doc) - Visual Studio Code(I've used version
Stable Build
while writing this doc) - Robot Framework Language Server Extension(Install the official extension in the Visual Studio Code)
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/01__TestCaseBDD.robot
:
- to run DEV
python -m robot -d reports -v ENVIRONMENT:dev Tests/01__TestCaseBDD.robot
- to run HOM
python -m robot -d reports -v ENVIRONMENT:hom Tests/01__TestCaseBDD.robot
Made with ❤️ by Jardeson Santos Meu Linkedin.