beetboxvm.selenium
Selenium 
This guide helps you set up Selenium and Firefox for running Selenium tests.
Requirements
- You need to have
java
installed.
Variables
selenium_install_dir
: [default:/opt
] This is where Selenium will be installed.selenium_version
: [default:2.44.0
] This is the version of Selenium to install.
Dependencies
There are no dependencies.
Example
Here’s how to use it in your playbook:
---
- hosts: all
roles:
- selenium
Start/Stop/Restart Selenium
Use the following commands to manage the Selenium service:
$ service selenium start
$ service selenium stop
$ service selenium restart
License and Author
Author: Alex Knoll (arknoll@gmail.com)
Copyright: 2015, Alex Knoll
This project is licensed under the Apache License, Version 2.0 (the "License"). You can find it at:
http://www.apache.org/licenses/LICENSE-2.0
The software is provided "AS IS", without any warranties. For more details, please see the License.
Contributing
We welcome contributions! To help improve the project, please follow these steps:
- Fork the repository
- Create a new branch for your feature (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to your branch (
git push origin my-new-feature
) - Open a new pull request