beetboxvm.selenium

Selenium Build Status

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:

  1. Fork the repository
  2. Create a new branch for your feature (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to your branch (git push origin my-new-feature)
  5. Open a new pull request
Informazioni sul progetto

Set up selenium and Firefox for running selenium tests.

Installa
ansible-galaxy install beetboxvm.selenium
Licenza
other
Download
545
Proprietario