Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.09 KB

What is this?

Testing Project, testing the demo shopping website automation practice , using Robot Framework.

Installation

  • pip installations:
pip install robotframework
pip install robotframework-seleniumlibrary
pip install robotkernel
  • Download selenium web driver for chrome from this link

  • you have to configure its path unzip the downloaded file and go to the extracted folder, then open the terminal and type these two commands:

sudo mv chromedriver /usr/local/bin
export PATH=$PATH:/usr/local/bin/chromedriver

Usage

change directory to the specific file and type: robot file_name.robot

To clear report files

bash clear.sh

Report

For more information, you may refer to the document

Authors

Muhammad Sayed Mahdy

Omar Desoky

Kareem Osama Sobeih

Evram Yousef