Skip to content

eficode-academy/rf-katas-sl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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:

Recommendations:

  • 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`
    
  • use webdrivermanager to manage browser drivers
    pip install webdrivermanager
    webdrivermanager firefox
    webdrivermanager chrome
    

Protip (if not using webdrivermanager): Add the chromedriver or geckodriver (after download) to a location that is in PATH environment variable. To see what folders are included you can use

  • MacOS/Linux: in terminal run command: echo $PATH
  • Windows:
    • in Command Prompt run command: echo %PATH
    • in PowerShell run command: echo $env:path

Get started

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

About

Robot Framework Fundamentals SeleniumLibrary edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published