Skip to content

stude1/rf-katas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.3%
  • HTML 7.2%
  • Other 1.5%