Jihau / rf-katas

Robot Framework katas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot Framework katas

Requirements

In this series of exercises we're going to run several automated tests against web application. To do that we're going to need to have the following items installed:

Recommended

  • In order to make installing with pip easier, use virtualenv (https://virtualenv.pypa.io/en/latest/)
    • Short instruction to virtualenv use

      pip install virtualenv --user
      virtualenv <choose_a_folder_name>
      source <chosen_folder_name>/bin/activate

Get started

After you have installed the requirements check the Getting started exercise and proceed with the exercises.

About

Robot Framework katas

License:MIT License


Languages

Language:Python 91.4%Language:HTML 7.2%Language:CSS 0.9%Language:RobotFramework 0.6%