From 8e3c1682d360f8f54b8760e96e876e23baa526d4 Mon Sep 17 00:00:00 2001 From: byron Date: Mon, 4 Nov 2019 11:42:47 -0500 Subject: [PATCH] update percy settings --- .circleci/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76ef866c..ebd73ff4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,9 @@ jobs: working_directory: ~/dashr docker: - image: byronz/dashr:ci + environment: + PERCY_PARALLEL_TOTAL: '-1' + PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'True' steps: - checkout @@ -36,8 +39,7 @@ jobs: . venv/bin/activate pip install -e git+https://github.com/plotly/dash.git#egg=dash[testing] export PATH=$PATH:/home/circleci/.local/bin/ - export PERCY_ENABLE=0 - pytest --log-cli-level DEBUG --junitxml=test-reports/dashr.xml tests/integration/ + pytest --log-cli-level DEBUG --nopercyfinalize --junitxml=test-reports/dashr.xml tests/integration/ - store_artifacts: path: test-reports - store_test_results: @@ -45,6 +47,10 @@ jobs: - store_artifacts: path: /tmp/dash_artifacts + - run: + name: 🦔 percy finalize + command: npx percy finalize --all + - run: name: 🔎 Unit tests command: |