Skip to content

eficode-academy/rf-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Framework katas

In this series of exercises we're going to run several automated tests against web application.

Requirements

To be able to run the exercises the following items need to be installed:

Recommended

  • In order to make installing with pip easier, use python venv
    • Short instruction to venv use
      python -m venv <choose_a_folder_name>
      source <chosen_folder_name>/bin/activate # linux, mac
      # or 
      <chosen_folder_name>\Scripts\activate.bat # windows (activate.ps1 on powershell)

Get started

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