- Windows, macOS, or Linux
-
Download the latest version of Python from the official Python website.
-
Run the installer:
- Windows: Make sure to check the "Add Python to PATH" option before clicking "Install Now".
- macOS and Linux: Follow the instructions provided in the installer.
-
Verify the installation:
python --version
pip --version
pip install -U pip
https://nodejs.org/en/download/prebuilt-installer
pip install --upgrade robotframework
pip install --upgrade robotframework-requests
pip install --upgrade robotframework-faker
pip install --upgrade robotframework-jsonlibrary
pip install --upgrade robotframework-browser
python -m Browser.entry init
robot tests/api/
robot tests/ui/
Technical documentation: https://docs.google.com/document/d/1L9KQ-w9SxRzt-tuv4agJ7ex4n9eV0ZD_nzY1_iZlc3I/edit?usp=sharing
Sample log and report files can be found under sample_log_files
folder