From 09e81682acda12d210a82878041ce0a02d20effb Mon Sep 17 00:00:00 2001 From: byron Date: Wed, 17 Apr 2019 22:12:58 -0400 Subject: [PATCH] :wrench: remove snapshot --- .circleci/config.yml | 9 --------- tests/IntegrationTests.py | 1 - 2 files changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f899a6..89932cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,12 +57,6 @@ jobs: pip install -e . --quiet pip list | grep dash - - run: - name: Create artifacts folder - command: | - mkdir /tmp/artifacts; - echo "test artifact files in a dir" > /tmp/artifacts/artifact-2; - - run: name: Run tests command: | @@ -70,9 +64,6 @@ jobs: python --version npm run test:py - - store_artifacts: - path: /tmp/artifacts - "python-3.6": <<: *test-template docker: diff --git a/tests/IntegrationTests.py b/tests/IntegrationTests.py index eea542d..86bb947 100644 --- a/tests/IntegrationTests.py +++ b/tests/IntegrationTests.py @@ -27,7 +27,6 @@ def percy_snapshot(self, name=''): self.percy_runner.snapshot( name=snapshot_name ) - self.driver.save_screenshot('/tmp/artifacts/{}.png'.format(name)) @classmethod def setUpClass(cls):