- Download and install Python 3.x
- If it is already installed, check in terminal:
python --version
- Make sure to have the latest pip version installed
python.exe -m pip install --upgrade pip
- Install robot framework
pip install robotframework
- Install RESTinstance external library for RESTful JSON APIs
pip install --upgrade RESTinstance
robot -A robotargs.txt -i <tag from test(s)> tests
Obtain token (which is available for 1h):
- register user on web app
- login with user and check response (it contains the token)
- Robot Framework documentation
See latest user guide
- RESTinstance is a Robot Framework external library for RESTful JSON APIs. Find description about keywords here.