morafabio / headless-selenium

A small set of provisioner to bring up a Selenium Grid on debian quickly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Headless Selenium provisioner

This script provides a micro Selenium grid with a hub and a node, ready to accept webdrivers. Capabilities are Firefox and PhantomJS.

It's think to be used with Debian/Ubuntu and vagrant, but you can port it everywhere changing paths and package managers.

Setup

Copy scripts in the same directory of your Vagrantfile.

  • sudo /vagrant/scripts/setup_Xvfb.sh
  • sudo /vagrant/scripts/setup_selenium.sh

Daemons

  • /etc/init.d/Xvfb {start|stop|restart|status}
  • /etc/init.d/selenium-grid {start|stop|restart|status}

Usage

Credits & License

Fabio Mora - mail@fabiomora.com

This stuff is open and free!

About

A small set of provisioner to bring up a Selenium Grid on debian quickly.


Languages

Language:Shell 100.0%