Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niksy/vagrant-selenium

Setup simple Selenium server via Vagrant.
https://github.com/niksy/vagrant-selenium

Last synced: 7 days ago
JSON representation

Setup simple Selenium server via Vagrant.

Awesome Lists containing this project

README

        

# Selenium server via Vagrant

Setup simple Selenium server via Vagrant.

## Features

* Lightweight Linux UI
* Selenium Standalone server, with corresponding browser drivers, via [selenium-standalone](https://github.com/vvo/selenium-standalone)
* Latest Mozilla Firefox and Google Chrome
* Microsoft TrueType fonts for "proper" Windows browsers testing

## Installation

1. Clone this repo
1. `vagrant up`
1. Login with `vagrant/vagrant`
1. Run `startx`
1. Run `selenium` in xterm

## Acknowledgments

* https://github.com/Anomen/vagrant-selenium
* https://github.com/srflaxu40/selenium-box-vagrant

## License

MIT © [Ivan Nikolić](http://ivannikolic.com)