diff --git a/scripts/integ-setup.bat b/scripts/integ-setup.bat index d7d627a4..a16ca166 100644 --- a/scripts/integ-setup.bat +++ b/scripts/integ-setup.bat @@ -20,7 +20,7 @@ call lerna add --scope integration-test @aws-amplify/codegen-ui-react call lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator call lerna add --no-ci --scope integration-test react-router-dom call lerna add --no-ci --scope integration-test @types/react-router-dom -call lerna add --no-ci --dev --scope integration-test cypress +call lerna add --no-ci --dev --scope integration-test cypress@12.14.0 call lerna add --no-ci --dev --scope integration-test wait-on call lerna add --no-ci --scope integration-test os-browserify call lerna add --no-ci --scope integration-test path-browserify diff --git a/scripts/integ-setup.sh b/scripts/integ-setup.sh index 8d3e81dd..6e0cea0a 100755 --- a/scripts/integ-setup.sh +++ b/scripts/integ-setup.sh @@ -25,7 +25,7 @@ lerna add --scope integration-test @aws-amplify/codegen-ui-react lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator lerna add --no-ci --scope integration-test react-router-dom lerna add --no-ci --scope integration-test @types/react-router-dom -lerna add --no-ci --dev --scope integration-test cypress +lerna add --no-ci --dev --scope integration-test cypress@12.14.0 lerna add --no-ci --dev --scope integration-test @cypress/code-coverage lerna add --no-ci --dev --scope integration-test wait-on lerna add --no-ci --dev --scope integration-test istanbul-lib-report