iqoption.selenoid-docker

在Docker中使用Selenoid

构建状态 许可证

在Docker中设置Selenoid

需求

  • python
  • docker

变量

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

示例

---
- hosts: all
  roles:
  - selenoid

依赖

贡献

  1. Fork 该项目
  2. 创建你的特性分支:git checkout -b my-new-feature
  3. 提交你的更改:git commit -am '添加一些特性'
  4. 推送到分支:git push origin my-new-feature
  5. 提交一个拉取请求

许可证

请查看 LICENSE

关于项目

Ansible role to manage and run the selenoid docker container.

安装
ansible-galaxy install iqoption.selenoid-docker
许可证
apache-2.0
下载
152
拥有者