From 4fe3e76661958b57f6a2db07f39e14f4df6470f2 Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Thu, 20 Apr 2023 14:50:33 -0700 Subject: [PATCH] Adding additional cypress plugins. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5118811..9eebe66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,9 @@ COPY smoketest.cy.js /src/cypress/e2e/ # Install Cypress plugins RUN yarn add --cwd ../ axe-core cypress-axe RUN yarn add --cwd ../ @testing-library/cypress +RUN yarn add --cwd ../ cypress-real-events +RUN yarn add --cwd ../ cypress-file-upload +RUN yarn add --cwd ../ cypress-downloadfile COPY entrypoint.sh /usr/local/bin/entrypoint.sh ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]