如何打包一个 Robot Framework 的 Docker 镜像
为了方便 CI 集成 UI 自动化测试,需要将 Robot Framework 运行环境打包为 Docker 镜像。本篇主要内容是一些与打包过程相关的配置和脚本。
1. 打包目录结构
|
|
1.1 Dockerfile
|
|
1.2 google-chrome.repo
|
|
1.3 requirements_base.txt
|
|
1.4 docker-compose.yml
|
|
为了方便 CI 集成 UI 自动化测试,需要将 Robot Framework 运行环境打包为 Docker 镜像。本篇主要内容是一些与打包过程相关的配置和脚本。
|
|
|
|
|
|
|
|
|
|