Skip to content

Commit

Permalink
Remove percynofinalize.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Apr 8, 2022
1 parent d0a0d47 commit 8d2b1d3
Show file tree
Hide file tree
Showing 12 changed files with 1,614 additions and 43 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ jobs:
command: |
. venv/bin/activate && rm -rf components/dash-core-components/dash_core_components
cd components/dash-core-components
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)
pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-core-components" ${TESTFILES} --reruns 3
npm i @percy/cli
npm run test:ci
- store_artifacts:
path: ~/dash/components/dash-core-components/test-reports
- store_test_results:
Expand Down Expand Up @@ -414,8 +414,8 @@ jobs:
command: |
. venv/bin/activate
cd components/dash-table
TESTFILES=$(circleci tests glob "tests/selenium/**/test_*.py" | circleci tests split --split-by=timings)
pytest --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-table" ${TESTFILES}
npm i @percy/cli
npm run test.ci-server
- store_artifacts:
path: ~/dash/components/dash-table/test-reports
- store_test_results:
Expand Down
Loading

0 comments on commit 8d2b1d3

Please sign in to comment.