Here are examples of Robot Framework test used in my tutorial, here is the link: https://chyla.org/artykuly/robot-framework/robot-framework-tutorial.html
You will need:
- Python 3
- Robot Framework
When using PyCharm follow the instructions and install Robot Framework.
You can also use pip with virtualenv:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
Run all the tests like that:
robot -d output -L DEBUG *.robot
- Adam Chyła - Initial work - chyla.org
This project is licensed under the MIT License - see the LICENSE file for details