Skip to content

HivanA98/Robot-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Framework

Preinstall

  • pip install robotframework
  • pip install webdriver-manager
  • pip install gherkin2robotframework

Library

  • pip install --upgrade robotframework-seleniumlibrary
  • pip install -U robotframework-robocop

More Learn https://robotframework.org/?tab=1#getting-started

Version Control Configuration

  • Example: V.2.1.3
    • 2 = New Feature
    • 1 = New Test Case
    • 3 = New Improvment