Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 512 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 512 Bytes

twelve-days-of-robots

A fun holiday project in Robot Framework

This little project is a stand alone study in some features of Robot Framework.

Installation

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

Usage

When you want to run the tests:

pipenv shell

Then:

robot -d Results Tests

Author

Kelby Stine