File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM cypress/included:12.3.0
1
+ FROM cypress/included:9.4.1
2
2
3
3
COPY --chown=1000 ./test /test
4
4
5
5
WORKDIR /test
6
- RUN yarn install
6
+ RUN yarn install && yarn clean
7
7
ENTRYPOINT []
8
8
CMD ["cypress" , "run" ]
Original file line number Diff line number Diff line change 7
7
"@jc21/cypress-swagger-validation" : " ^0.1.0" ,
8
8
"@jc21/restler" : " ^3.4.0" ,
9
9
"chalk" : " ^4.1.1" ,
10
- "cypress" : " ^12.3.0 " ,
10
+ "cypress" : " ^9.4.1 " ,
11
11
"cypress-multi-reporters" : " ^1.5.0" ,
12
12
"cypress-wait-until" : " ^1.7.2" ,
13
13
"eslint" : " ^7.28.0" ,
Original file line number Diff line number Diff line change @@ -610,10 +610,10 @@ cypress-wait-until@^1.7.2:
610
610
resolved "https://registry.yarnpkg.com/cypress-wait-until/-/cypress-wait-until-1.7.2.tgz#7f534dd5a11c89b65359e7a0210f20d3dfc22107"
611
611
integrity sha512-uZ+M8/MqRcpf+FII/UZrU7g1qYZ4aVlHcgyVopnladyoBrpoaMJ4PKZDrdOJ05H5RHbr7s9Tid635X3E+ZLU/Q==
612
612
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 ==
617
617
dependencies :
618
618
" @cypress/request" " ^2.88.10"
619
619
" @cypress/xvfb" " ^1.2.4"
@@ -634,7 +634,7 @@ cypress@^12.3.0:
634
634
dayjs "^1.10.4"
635
635
debug "^4.3.2"
636
636
enquirer "^2.3.6"
637
- eventemitter2 "6.4.7 "
637
+ eventemitter2 "^ 6.4.3 "
638
638
execa "4.1.0"
639
639
executable "^4.1.1"
640
640
extract-zip "2.0.1"
@@ -931,10 +931,10 @@ esutils@^2.0.2:
931
931
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
932
932
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
933
933
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 ==
938
938
939
939
940
940
version "4.1.0"
You can’t perform that action at this time.
0 commit comments