1 Star 0 Fork 43

dengyupeng / ant-design

forked from ant-design / ant-design 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
shaodahong 提交于 2020-11-14 12:34 . increase timeout
version: '3'
services:
tests:
build:
context: .
dockerfile: Dockerfile.ui-test
volumes:
- './node_modules:/app/node_modules'
- './components:/app/components'
- './tests:/app/tests'
- './jest-stare:/app/jest-stare'
- './dist:/app/dist'
- '.jest.image.js:/app/.jest.image.js'
- './jest-puppeteer.config.js:/app/jest-puppeteer.config.js'
- './imageSnapshots:/app/imageSnapshots'
- './imageDiffSnapshots:/app/imageDiffSnapshots'
entrypoint: "jest --config .jest.image.js --no-cache -i"
JavaScript
1
https://gitee.com/dengyupeng/ant-design.git
git@gitee.com:dengyupeng/ant-design.git
dengyupeng
ant-design
ant-design
master

搜索帮助