Licensed under the MIT License. See file LICENSE.
Collection of Robot Framework development examples. Examples include code written in Robot Framework and Python.
These examples can be run as follows.
Create virtual environment with python -m venv .venv.
Activate virtual environment with source .venv/bin/activate for Linux bash. Or with .venv\Scripts\activate.bat for Windows command line.
Restore packages with pip install -r requirements.txt.
Check installation with robot --version.
Run all tests with robot --outputdir ./log ./robots/*/*.robot.
- Add simple JSON example