iqoption.selenoid-docker

Selenoid w Dockerze

Status budowy Licencja

Skonfiguruj selenoid w dockerze

Wymagania

  • python
  • docker

Zmienne

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: Europa/Moskwa
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

Przykład

---
- hosts: all
  roles:
  - selenoid

Zależności

Wkład

  1. Forkuj to
  2. Utwórz nową gałąź: git checkout -b my-new-feature
  3. Zatwierdź swoje zmiany: git commit -am 'Dodaj funkcję'
  4. Wypchnij do gałęzi: git push origin my-new-feature
  5. Złóż prośbę o włączenie zmian

Licencja

Zobacz LICENSE

O projekcie

Ansible role to manage and run the selenoid docker container.

Zainstaluj
ansible-galaxy install iqoption.selenoid-docker
Licencja
apache-2.0
Pobrania
152
Właściciel