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 src/path/to/your/test'
# Run tests

$ vagrant ssh -c 'pybot src/path/to/your/test' -- -x
# Run tests in headless mode

What's Inside?

  • Python 2.7
  • pip
  • VirtualEnv
  • Robot Framework 2.8.6
  • Selenium2Library 1.6.0
  • Firefox
  • Xvfb