File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 7
7
working_directory : ~/dashr
8
8
docker :
9
9
- image : byronz/dashr:ci
10
+ environment :
11
+ PERCY_PARALLEL_TOTAL : ' -1'
12
+ PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : ' True'
10
13
11
14
steps :
12
15
- checkout
@@ -36,15 +39,18 @@ jobs:
36
39
. venv/bin/activate
37
40
pip install -e git+https://github.com/plotly/dash.git#egg=dash[testing]
38
41
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/
41
43
- store_artifacts :
42
44
path : test-reports
43
45
- store_test_results :
44
46
path : test-reports
45
47
- store_artifacts :
46
48
path : /tmp/dash_artifacts
47
49
50
+ - run :
51
+ name : 🦔 percy finalize
52
+ command : npx percy finalize --all
53
+
48
54
- run :
49
55
name : 🔎 Unit tests
50
56
command : |
You can’t perform that action at this time.
0 commit comments