Docker \b实战

docker原理知识

https://testerhome.com/topics/9462
https://testerhome.com/topics/9522
https://testerhome.com/topics/9567
https://testerhome.com/topics/9859

自动化流程图

练习一

使用host模式或者bridge模式启动jenkins服务

需要的插件:

  1. GitHub
  2. SSH Salve
  3. Maven
  4. Allure

练习二

自己使用dockerfile build一个容器并启动。 然后使用jenkins的slave连接到这个容器上。

练习三

自己使用container模式搭建模拟测试环境。

练习四

使用docker selenium 启动一个hub,两个node。 每个node10个浏览器
UI自动化代码地址:https://github.com/ycwdaaaa/techUI

练习五

配置自己的jenkins job 执行UI自动化