Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.7 KB

README.md

File metadata and controls

34 lines (30 loc) · 2.7 KB

Robot Framework

Robot Framework is a generic open-source automation framework. Robot Framework is open and extensible and can be integrated with virtually any other tool to create powerful and flexible automation solutions. Robot Framework has easy syntax, utilizing human-readable keywords.

Docs

How to Start

  1. Clone the project
  2. Import the Project in PyCharm
  3. Run robot -d Results Tests/TestName.robot to execute a single Test. Run robot -d Results Tests to execute all Tests.
  4. Go to Results folder to get the HTML Reports.

Blogs written