Skip to content

Commit

Permalink
Merge pull request #16 from drydockcloud/additional-plugins
Browse files Browse the repository at this point in the history
Adding additional cypress plugins.
  • Loading branch information
dmundra authored Apr 21, 2023
2 parents 05de9a2 + 4fe3e76 commit 3293f61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 3293f61

Please sign in to comment.