A fun holiday project in Robot Framework
This little project is a stand alone study in some features of Robot Framework.
It is meant to be executed using pipenv, therefore you should install that first on your local environment:
pip install pipenv
Then install the dependencies from the root of the project:
pipenv install
When you want to run the tests:
pipenv shell
Then:
robot -d Results Tests
Kelby Stine