Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Python and PIP should be installed

  2. Using PIP install requirements.txt/requests/schedule by the following command

Python must be above the 3.0 version. Users can use pip with alias name like 3 etc based on your python installed.

Code Block
languagepy
pip(Alias Name) install -r requirements.txt
pip(Alias Name) install requests 
pip(Alias Name) install schedule

Preconditions

A precondition for running the tests is having Robot Framework_ and SeleniumLibrary_ installed, and in turn, require Python_. Robot Framework installation instructions__ cover both Robot and Python installations and SeleniumLibrary has its own installation instructions__.

...