mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 04:36:19 +08:00
6fba4d1136
* test: demo -> ui test * improve comment image width * use argos-ci * use by cicleci * fix circle run * rebase master * try pipeline var * use another branch var * fix commit id * ignore image test file * remove useless report * fix test coverage
16 lines
452 B
YAML
16 lines
452 B
YAML
version: '3'
|
|
services:
|
|
tests:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.ui-test
|
|
volumes:
|
|
- './components:/app/components'
|
|
- './tests:/app/tests'
|
|
- './jest-stare:/app/jest-stare'
|
|
- './dist:/app/dist'
|
|
- '.jest.image.js:/app/.jest.image.js'
|
|
- './imageSnapshots:/app/imageSnapshots'
|
|
- './imageDiffSnapshots:/app/imageDiffSnapshots'
|
|
entrypoint: "jest --config .jest.image.js --no-cache -i"
|