diff --git a/scripts/utils/integration-tests b/scripts/utils/integration-tests index d2862fbf23..6f6ed6c360 100755 --- a/scripts/utils/integration-tests +++ b/scripts/utils/integration-tests @@ -82,7 +82,7 @@ done function executeCypress { RECORD_VIDEO=${RECORD_VIDEO:-'true'} - npx --quiet cypress run -- \ + npx cypress run \ ${CYPRESS_HEADED:+"--headed"} \ ${CYPRESS_NO_EXIT:+"--no-exit"} \ --spec "${FILE}" \