Skip to content

chyla/RobotFrameworkTutorialExamples

Repository files navigation

Robot Framework Tutorial Examples

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

Getting Started

Prerequisites

You will need:

  • Python 3
  • Robot Framework

Installing 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

Running the tests

Run all the tests like that:

robot -d output -L DEBUG *.robot

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Examples of Robot Framework test used in my tutorial.

Resources

License

Stars

Watchers

Forks