diff --git a/e2e/run-suite b/e2e/run-suite index bc0eebd1567..ff1bdae6d76 100755 --- a/e2e/run-suite +++ b/e2e/run-suite @@ -163,6 +163,10 @@ function join () { export TZ="Pacific/Honolulu" +# Brute force installation of cypress +# TODO: We should fix this over in the build repo to look in package.json for the cypress version +yarn cypress install + yarn run $CMD --env "$(join env)" \ --config "$(join cypressConfig)" \ $PARAMS