Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 415 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 415 Bytes

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