文件名称:testing-behat:Behat在Docker中
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-23 19:28:37
熟悉Docker 该映像提供了一种使用Docker轻松运行Behat的方法。 ## 用法 初始化环境: docker pull qualiboo/testing-behat mkdir -p behat/build docker run -v $(pwd)/behat:/var/work qualiboo/testing-behat --init 然后运行测试: docker run --rm -t -v $(pwd)/behat:/var/work qualiboo/testing-behat ## 更多的 您可以使用Selenium Grid轻松运行测试。 已安装3个浏览器(phantomjs,firefox,chrome)。 创建一个docker-compose.yml文件: behat: image: qualiboo/testing-behat vol
【文件预览】:
testing-behat-master
----behat.yml(2KB)
----Dockerfile(885B)
----README.md(2KB)
----LICENSE(1KB)