Skip to content

Commit 0418264

Browse files
committed
Reverted cypress
1 parent 8826748 commit 0418264

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

test/cypress/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM cypress/included:12.3.0
1+
FROM cypress/included:9.4.1
22

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

55
WORKDIR /test
6-
RUN yarn install
6+
RUN yarn install && yarn clean
77
ENTRYPOINT []
88
CMD ["cypress", "run"]

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@jc21/cypress-swagger-validation": "^0.1.0",
88
"@jc21/restler": "^3.4.0",
99
"chalk": "^4.1.1",
10-
"cypress": "^12.3.0",
10+
"cypress": "^9.4.1",
1111
"cypress-multi-reporters": "^1.5.0",
1212
"cypress-wait-until": "^1.7.2",
1313
"eslint": "^7.28.0",

test/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,10 @@ cypress-wait-until@^1.7.2:
610610
resolved "https://registry.yarnpkg.com/cypress-wait-until/-/cypress-wait-until-1.7.2.tgz#7f534dd5a11c89b65359e7a0210f20d3dfc22107"
611611
integrity sha512-uZ+M8/MqRcpf+FII/UZrU7g1qYZ4aVlHcgyVopnladyoBrpoaMJ4PKZDrdOJ05H5RHbr7s9Tid635X3E+ZLU/Q==
612612

613-
cypress@^12.3.0:
614-
version "12.3.0"
615-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.3.0.tgz#ae3fb0540aef4b5eab1ef2bcd0760caf2992b8bf"
616-
integrity sha512-ZQNebibi6NBt51TRxRMYKeFvIiQZ01t50HSy7z/JMgRVqBUey3cdjog5MYEbzG6Ktti5ckDt1tfcC47lmFwXkw==
613+
cypress@^9.4.1:
614+
version "9.7.0"
615+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
616+
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
617617
dependencies:
618618
"@cypress/request" "^2.88.10"
619619
"@cypress/xvfb" "^1.2.4"
@@ -634,7 +634,7 @@ cypress@^12.3.0:
634634
dayjs "^1.10.4"
635635
debug "^4.3.2"
636636
enquirer "^2.3.6"
637-
eventemitter2 "6.4.7"
637+
eventemitter2 "^6.4.3"
638638
execa "4.1.0"
639639
executable "^4.1.1"
640640
extract-zip "2.0.1"
@@ -931,10 +931,10 @@ esutils@^2.0.2:
931931
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
932932
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
933933

934-
935-
version "6.4.7"
936-
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
937-
integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
934+
eventemitter2@^6.4.3:
935+
version "6.4.9"
936+
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.9.tgz#41f2750781b4230ed58827bc119d293471ecb125"
937+
integrity sha512-JEPTiaOt9f04oa6NOkc4aH+nVp5I3wEjpHbIPqfgCdD5v5bUzy7xQqwcVO2aDQgOWhI28da57HksMrzK9HlRxg==
938938

939939
940940
version "4.1.0"

0 commit comments

Comments
 (0)