Skip to content

Commit 9ad594a

Browse files
committed
Upgraded cypress
1 parent 6205434 commit 9ad594a

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

test/cypress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cypress/included:5.6.0
1+
FROM cypress/included:7.5.0
22

33
COPY --chown=1000 ./test /test
44

test/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"dependencies": {
77
"@jc21/cypress-swagger-validation": "^0.1.0",
88
"@jc21/restler": "^3.4.0",
9-
"chalk": "^4.1.0",
10-
"cypress": "^5.6.0",
11-
"cypress-multi-reporters": "^1.4.0",
9+
"chalk": "^4.1.1",
10+
"cypress": "^7.5.0",
11+
"cypress-multi-reporters": "^1.5.0",
1212
"cypress-plugin-retries": "^1.5.2",
13-
"eslint": "^7.6.0",
13+
"eslint": "^7.28.0",
1414
"eslint-plugin-align-assignments": "^1.1.2",
15-
"eslint-plugin-chai-friendly": "^0.6.0",
16-
"eslint-plugin-cypress": "^2.11.1",
17-
"lodash": "^4.17.19",
18-
"mocha": "^8.1.1",
15+
"eslint-plugin-chai-friendly": "^0.7.1",
16+
"eslint-plugin-cypress": "^2.11.3",
17+
"lodash": "^4.17.21",
18+
"mocha": "^9.0.0",
1919
"mocha-junit-reporter": "^2.0.0"
2020
},
2121
"scripts": {

test/yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
408408
escape-string-regexp "^1.0.5"
409409
supports-color "^5.3.0"
410410

411+
chalk@^3.0.0:
412+
version "3.0.0"
413+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
414+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
415+
dependencies:
416+
ansi-styles "^4.1.0"
417+
supports-color "^7.1.0"
418+
411419
chalk@^4.0.0:
412420
version "4.0.0"
413421
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
@@ -593,6 +601,13 @@ cypress-multi-reporters@^1.4.0:
593601
debug "^4.1.1"
594602
lodash "^4.17.15"
595603

604+
cypress-plugin-retries@^1.5.2:
605+
version "1.5.2"
606+
resolved "https://registry.yarnpkg.com/cypress-plugin-retries/-/cypress-plugin-retries-1.5.2.tgz#21d5247cd77013b95bbfdd914f2de66f91f76a2e"
607+
integrity sha512-o1xVIGtv4WvNVxoVJ2X08eAuvditPHrePRzHqhwwHbMKu3C2rtxCdanRCZdO5fjh8ww+q4v4V0e9GmysbOvu3A==
608+
dependencies:
609+
chalk "^3.0.0"
610+
596611
cypress@^5.6.0:
597612
version "5.6.0"
598613
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.6.0.tgz#6781755c3ddfd644ce3179fcd7389176c0c82280"

0 commit comments

Comments
 (0)