Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 532 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 532 Bytes

Robot Framework Hello World

This repository is meant to serve as a "Hello, world!" repository to test environment setup.

Usage

With a proper environment setup, you should have to do the following:

Install the pipenv packages

pyenv exec pipenv install --dev

Run the Python Hello World script to test the Python environment setup

pyenv exec pipenv run python hello_world.py

Run the Robot Framework Hello World script to test the Robot Framework environment setup

pyenv exec pipenv run robot test.robot