selen is a vagrant setup for selenium grid
0.0.1
selen requires the following:
- Vagrant v1.3.5+ - tool for automating environments
- vagrant-vbguest - vagrant plugin for automated installation/update of guest additions
- Virtualbox v4.3+ - virtualization software
Start the vagrant instances with
vagrant up
- grid
- node
Once the boxes have started, you can SSH into each box using vagrant ssh [box name]
.
You can also see the status of the boxes with varant status
.
From there you can find the project located at /vagrant
.
[What is the release process used by this project?]
[We curently use GitFlow on most of our projects but your specific technology may need additional steps for preperation for release.]
This project uses the Git Flow process for getting changes into the project.