diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-11-19 23:12:25 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-11-21 01:34:50 +0800 |
commit | f1248ac26abd6641f29476e40bef6193a7130f16 (patch) | |
tree | 2b1075b60e4b0342a9ef4b06f5cfa89001e77585 | |
parent | 63e10f6e738b0ddb2ac4dc29132a6bb8faa65b4c (diff) | |
download | tangerine-wallet-browser-f1248ac26abd6641f29476e40bef6193a7130f16.tar tangerine-wallet-browser-f1248ac26abd6641f29476e40bef6193a7130f16.tar.gz tangerine-wallet-browser-f1248ac26abd6641f29476e40bef6193a7130f16.tar.bz2 tangerine-wallet-browser-f1248ac26abd6641f29476e40bef6193a7130f16.tar.lz tangerine-wallet-browser-f1248ac26abd6641f29476e40bef6193a7130f16.tar.xz tangerine-wallet-browser-f1248ac26abd6641f29476e40bef6193a7130f16.tar.zst tangerine-wallet-browser-f1248ac26abd6641f29476e40bef6193a7130f16.zip |
ci: Drop old UI e2e tests from CircleCI
-rw-r--r-- | .circleci/config.yml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 165325ee6..22d14476b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,14 +20,6 @@ workflows: - test-deps: requires: - prep-deps-npm - - test-e2e-chrome: - requires: - - prep-deps-npm - - prep-build - - test-e2e-firefox: - requires: - - prep-deps-npm - - prep-build - test-e2e-beta-chrome: requires: - prep-deps-npm @@ -60,8 +52,6 @@ workflows: - test-lint - test-unit - test-mozilla-lint - - test-e2e-chrome - - test-e2e-firefox - test-e2e-beta-chrome - test-e2e-beta-firefox - test-e2e-beta-drizzle @@ -186,37 +176,6 @@ jobs: name: Test command: npx nsp check - test-e2e-chrome: - docker: - - image: circleci/node:8.11.3-browsers - steps: - - checkout - - attach_workspace: - at: . - - run: - name: test:e2e:chrome - command: npm run test:e2e:chrome - - store_artifacts: - path: test-artifacts - destination: test-artifacts - - test-e2e-firefox: - docker: - - image: circleci/node:8.11.3-browsers - steps: - - checkout - - run: - name: Install Firefox - command: ./.circleci/scripts/firefox-install - - attach_workspace: - at: . - - run: - name: test:e2e:firefox - command: npm run test:e2e:firefox - - store_artifacts: - path: test-artifacts - destination: test-artifacts - test-e2e-beta-drizzle: docker: - image: circleci/node:8.11.3-browsers |