mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 00:24:43 -04:00
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:
parent
742c6c1efb
commit
18e165d1ab
3 changed files with 1042 additions and 1089 deletions
23
.github/workflows/e2e.yml
vendored
23
.github/workflows/e2e.yml
vendored
|
@ -12,23 +12,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
browser: ['chrome', 'firefox']
|
browser: ['chrome', 'firefox']
|
||||||
name: ${{ matrix.browser }}
|
name: e2e:${{ matrix.browser }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- uses: actions/checkout@v1
|
||||||
uses: actions/checkout@v2
|
- uses: cypress-io/github-action@v2
|
||||||
- name: Cache node_modules
|
|
||||||
uses: actions/cache@v1.1.0
|
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
browser: ${{ matrix.browser }}
|
||||||
key: node_modules
|
start: npm start
|
||||||
- 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 }}
|
|
||||||
|
|
|
@ -134,7 +134,7 @@
|
||||||
"@types/redux-devtools": "3.0.47",
|
"@types/redux-devtools": "3.0.47",
|
||||||
"@types/redux-devtools-extension": "2.13.2",
|
"@types/redux-devtools-extension": "2.13.2",
|
||||||
"@types/testing-library__cypress": "5.0.6",
|
"@types/testing-library__cypress": "5.0.6",
|
||||||
"cypress": "4.9.0",
|
"cypress": "4.11.0",
|
||||||
"eslint-plugin-chai-friendly": "0.6.0",
|
"eslint-plugin-chai-friendly": "0.6.0",
|
||||||
"eslint-plugin-cypress": "2.11.1",
|
"eslint-plugin-cypress": "2.11.1",
|
||||||
"redux-devtools": "3.5.0",
|
"redux-devtools": "3.5.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue