Skip to content

mayflower/vagrant-robot-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%