iqoption.selenoid-docker

Selenoid in Docker

Build Status
License

How to set up Selenoid in Docker

Requirements

  • python
  • docker

Configuration Variables

selenoid_version: 1.6.0
selenoid_cm_version: 1.4.2
selenoid_limit: 5
selenoid_tmpfs: 128
selenoid_config_dir: /etc/selenoid
selenoid_listen_port: 4444
selenoid_time_zone: Europe/Moscow
selenoid_browsers_last_versions: 5
selenoid_browsers:
  - firefox
  - opera
  - chrome
selenoid_video_host_output_dir: /var/lib/selenoid/video
selenoid_video_container_output_dir: /opt/selenoid/video

Example

---
- hosts: all
  roles:
  - selenoid

Dependencies

How to Contribute

  1. Fork the project
  2. Create a new feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push your branch: git push origin my-new-feature
  5. Submit a pull request

License

Check the LICENSE file for details.

Informazioni sul progetto

Ansible role to manage and run the selenoid docker container.

Installa
ansible-galaxy install iqoption.selenoid-docker
Licenza
apache-2.0
Download
152
Proprietario