Update dependency cypress to v4.11.0 (#340)

* Update dependency cypress to v4.11.0


Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Philip Molares <philip.molares@udo.edu>
Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
renovate[bot] 2020-07-25 13:59:56 +02:00 committed by GitHub
parent 742c6c1efb
commit 18e165d1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1042 additions and 1089 deletions

View file

@ -12,23 +12,10 @@ jobs:
strategy:
matrix:
browser: ['chrome', 'firefox']
name: ${{ matrix.browser }}
name: e2e:${{ matrix.browser }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Cache node_modules
uses: actions/cache@v1.1.0
- uses: actions/checkout@v1
- uses: cypress-io/github-action@v2
with:
path: node_modules
key: node_modules
- name: Cache ~/.cache
uses: actions/cache@v1.1.0
with:
path: ~/.cache
key: cache
- name: install cypress dependencies
run: sudo apt-get install libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- name: Install dependencies
run: yarn install
- name: Run e2e in ${{ matrix.browser }}
run: yarn e2e:${{ matrix.browser }}
browser: ${{ matrix.browser }}
start: npm start

View file

@ -134,7 +134,7 @@
"@types/redux-devtools": "3.0.47",
"@types/redux-devtools-extension": "2.13.2",
"@types/testing-library__cypress": "5.0.6",
"cypress": "4.9.0",
"cypress": "4.11.0",
"eslint-plugin-chai-friendly": "0.6.0",
"eslint-plugin-cypress": "2.11.1",
"redux-devtools": "3.5.0",

2106
yarn.lock

File diff suppressed because it is too large Load diff