Skip to content

JarDeVSon/Web-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Automation Robot Framework

Sample project to demonstrate Web Automation tests written with Robot Framework with SeleniumLibrary running on GitHub Actions.

Pre-requirements

To clone and run this project, you will need:

Installation

Install the Following Libraries using the command Line:

  • python -m pip install -r requirements.txt

Running the tests

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.

Releases

No releases published

Packages

No packages published