Skip to content

Commit 6b5c4ff

Browse files
authored
chore: add specific cypress version to fix 12.15.0 bug (#1028)
1 parent 329e5c6 commit 6b5c4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/integ-setup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ call lerna add --scope integration-test @aws-amplify/codegen-ui-react
2020
call lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
2121
call lerna add --no-ci --scope integration-test react-router-dom
2222
call lerna add --no-ci --scope integration-test @types/react-router-dom
23-
call lerna add --no-ci --dev --scope integration-test cypress
23+
call lerna add --no-ci --dev --scope integration-test cypress@12.14.0
2424
call lerna add --no-ci --dev --scope integration-test wait-on
2525
call lerna add --no-ci --scope integration-test os-browserify
2626
call lerna add --no-ci --scope integration-test path-browserify

scripts/integ-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lerna add --scope integration-test @aws-amplify/codegen-ui-react
2525
lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
2626
lerna add --no-ci --scope integration-test react-router-dom
2727
lerna add --no-ci --scope integration-test @types/react-router-dom
28-
lerna add --no-ci --dev --scope integration-test cypress
28+
lerna add --no-ci --dev --scope integration-test cypress@12.14.0
2929
lerna add --no-ci --dev --scope integration-test @cypress/code-coverage
3030
lerna add --no-ci --dev --scope integration-test wait-on
3131
lerna add --no-ci --dev --scope integration-test istanbul-lib-report

0 commit comments

Comments
 (0)