From ef18aa732dc069d6c2955bfa9434a9ab57fc9a19 Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Thu, 29 Sep 2022 00:24:08 +0000 Subject: [PATCH] chore(#81): add cypress install to dockerfile --- .gitpod/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitpod/Dockerfile b/.gitpod/Dockerfile index e0e378d..0b9e6db 100644 --- a/.gitpod/Dockerfile +++ b/.gitpod/Dockerfile @@ -16,3 +16,6 @@ RUN php -r "unlink('composer-setup.php');" # Install latest npm RUN npm install -g npm + +# Install cypress +RUN npx cypress install