Skip to content

krif07/robot-framework-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install robot framework

pip install selenium
https://robotframework.org/#libraries

https://pypi.org/project/robotframework/
pip install robotframework

https://robotframework.org/SeleniumLibrary/#installation
pip install --upgrade robotframework-seleniumlibrary

Setup intellibot for Pychar

https://github.com/lte2000/intellibot

Run Test Case

cd .\Test_Case\ 
robot .\Test_uno.robot

# reports in different folder
robot -d report_folder_name .\Test_uno.robot
robot -d ..\report_folder_name_hhmm .\Test_uno.robot

# run with tag
robot -d ..\report_folder_name_hhmm -i tag .\Test_uno.robot

About

Robot Framework step by step with Python course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published