/rf-katas

Robot Framework katas

Primary LanguagePythonMIT LicenseMIT

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.