From 6ccec33c6a19d3adff82547e4b60905254bb982e Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Thu, 7 Mar 2024 15:34:38 +0100 Subject: [PATCH] wip(e2e): brute force cypress install --- e2e/run-suite | 4 ++++ 1 file changed, 4 insertions(+) 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