Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Robot Framework katas

Topics

Resources

Stars

31 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages