Skip to content

Commit

Permalink
bump cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Mar 3, 2020
1 parent 5ac8b01 commit 2f160c8
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 260 deletions.
45 changes: 23 additions & 22 deletions circle.yml
Expand Up @@ -2,33 +2,34 @@ version: 2.1
jobs:
test:
docker:
- image: cypress/base:10
- image: cypress/base:10
steps:
- checkout
- restore_cache:
keys:
- cache-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
- run:
name: Yarn install
command: yarn install --frozen-lockfile
- save_cache:
key: cache-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
paths:
- ~/.cache
- run:
command: yarn lint
- run:
command: yarn test-e2e
- run:
command: yarn add -D cypress@3.4.1 && yarn test-e2e
- run:
command: yarn run semantic-release
- checkout
- restore_cache:
keys:
- cache-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
- run:
name: Yarn install
command: yarn install --frozen-lockfile
- save_cache:
key: cache-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
paths:
- ~/.cache
- run:
command: yarn lint
- run:
command: yarn test-e2e
- run:
command: yarn add -D cypress@3.8.3 && yarn test-e2e
- run:
command: yarn add -D cypress@3.4.1 && yarn test-e2e
- run:
command: yarn run semantic-release
workflows:
build:
jobs:
- test
- test
version: 2

# Semantic-release bot needs env vars:
# GH_TOKEN: repo, read:org, write:repo_hook, user:email
# NPM_TOKEN: read/release
2 changes: 1 addition & 1 deletion cypress/fixtures/forms.html
Expand Up @@ -2474,4 +2474,4 @@ <h4 id="translating-or-customizing-the-strings"><div>Translating or customizing
<script data-savepage-src="/docs/4.0/assets/js/vendor/popper.min.js" src="" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script><script data-savepage-src="/docs/4.0/dist/js/bootstrap.min.js" src="" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script><script data-savepage-src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" src=""></script><script data-savepage-src="/docs/4.0/assets/js/docs.min.js" src=""></script>


</body></html>
</body></html>
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"@cypress/eslint-plugin-dev": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"cypress": "^3.8.0",
"cypress": "4.1.0",
"eslint": "^6.4.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-json-format": "^2.0.1",
Expand Down

0 comments on commit 2f160c8

Please sign in to comment.