Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoca/ansible-selenium-role
role to install and configure the selenium server
https://github.com/bcoca/ansible-selenium-role
Last synced: 3 months ago
JSON representation
role to install and configure the selenium server
- Host: GitHub
- URL: https://github.com/bcoca/ansible-selenium-role
- Owner: bcoca
- License: gpl-2.0
- Created: 2014-03-27T02:20:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T05:02:39.000Z (about 9 years ago)
- Last Synced: 2024-10-03T17:52:40.046Z (3 months ago)
- Language: Shell
- Size: 204 KB
- Stars: 8
- Watchers: 4
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-selenium-role
=====================This role installs the selenium server
Requirements
------------This role requires the java, currently to supply this it depends on the oracle_java7 role
Role Variables
--------------Info for downloading seleinum version
download_url: http://selenium.googlecode.com/files/{{jar_file}}
jar_file: selenium-server-standalone-{{server_version}}.jar
server_version: 2.39.0Roles can be: standalone, hub or node
sel_role: standalone
URI for slaves to find hub server
hub: ''
Jvm settings
java_opts: ''
Extra arguments to selenium jar
extra_args: ''
Specific port for selemium server (uses selenium role default otherwise)
port: ''
Dependencies
------------It depends on the oracle_java7 role
License
-------GPLv2
Author Information
------------------