Skip to content

Commit 8d2b1d3

Browse files
committed
Remove percynofinalize.
1 parent d0a0d47 commit 8d2b1d3

File tree

12 files changed

+1614
-43
lines changed

12 files changed

+1614
-43
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ jobs:
293293
command: |
294294
. venv/bin/activate && rm -rf components/dash-core-components/dash_core_components
295295
cd components/dash-core-components
296-
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)
297-
pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-core-components" ${TESTFILES} --reruns 3
296+
npm i @percy/cli
297+
npm run test:ci
298298
- store_artifacts:
299299
path: ~/dash/components/dash-core-components/test-reports
300300
- store_test_results:
@@ -414,8 +414,8 @@ jobs:
414414
command: |
415415
. venv/bin/activate
416416
cd components/dash-table
417-
TESTFILES=$(circleci tests glob "tests/selenium/**/test_*.py" | circleci tests split --split-by=timings)
418-
pytest --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-table" ${TESTFILES}
417+
npm i @percy/cli
418+
npm run test.ci-server
419419
- store_artifacts:
420420
path: ~/dash/components/dash-table/test-reports
421421
- store_test_results:

0 commit comments

Comments
 (0)