Skip to content

Commit 5d485d9

Browse files
authored
Merge pull request #138 from plotly/percy
Percy
2 parents c947c73 + 8e3c168 commit 5d485d9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.circleci/config.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
working_directory: ~/dashr
88
docker:
99
- image: byronz/dashr:ci
10+
environment:
11+
PERCY_PARALLEL_TOTAL: '-1'
12+
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'True'
1013

1114
steps:
1215
- checkout
@@ -36,15 +39,18 @@ jobs:
3639
. venv/bin/activate
3740
pip install -e git+https://github.com/plotly/dash.git#egg=dash[testing]
3841
export PATH=$PATH:/home/circleci/.local/bin/
39-
export PERCY_ENABLE=0
40-
pytest --log-cli-level DEBUG --junitxml=test-reports/dashr.xml tests/integration/
42+
pytest --log-cli-level DEBUG --nopercyfinalize --junitxml=test-reports/dashr.xml tests/integration/
4143
- store_artifacts:
4244
path: test-reports
4345
- store_test_results:
4446
path: test-reports
4547
- store_artifacts:
4648
path: /tmp/dash_artifacts
4749

50+
- run:
51+
name: 🦔 percy finalize
52+
command: npx percy finalize --all
53+
4854
- run:
4955
name: 🔎 Unit tests
5056
command: |

0 commit comments

Comments
 (0)