Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Framework in Vagrant

Requirements

Usage

$ cd vagrant-robot-framework

$ vagrant up
# Starts the VM, maybe take a long time.

$ vagrant ssh
# Log into the VM

$ vagrant ssh -c 'pybot -d src src/example/example.robot'
# Run example test

$ vagrant ssh -c 'pybot -d src src/example/example.robot' -- -x
# Run example test in headless mode

$ vagrant ssh -c 'ride.py'
# Open Ride

$ vagrant ssh -c 'firefox'
# Open Firefox

$ vagrant ssh -c 'gedit'
# Open Text Editor

$ vagrant ssh -c 'nautilus'
# Open File Browser

What's Inside?

  • Python 3.6
  • pip
  • VirtualEnv
  • Robot Framework 3.1.2
  • SeleniumLibrary 4.3.0
  • Firefox
  • Xvfb
  • wxgtk
  • Geckodriver 0.21.0 - Firefox Selenium Web Driver
  • RIDE - Robot IDE
  • Gedit
  • Nautilus - File Browser

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages