Skip to content

Commit

Permalink
Merge pull request #12 from drydockcloud/cypress-plugins
Browse files Browse the repository at this point in the history
Updated cypress to 9.7 and added plugins
  • Loading branch information
davenuman authored Jul 1, 2022
2 parents 5174f01 + 0199abb commit c9463ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:9.3.0
FROM cypress/included:9.7.0

# Drydock environment setup
LABEL exposed.command.single=cypress
Expand All @@ -14,5 +14,9 @@ RUN mv /root/.cache/Cypress/ /etc
COPY cypress.json /src/
COPY smoketest.js /src/cypress/integration/

# Install Cypress plugins
RUN yarn add --cwd ../ axe-core [email protected]
RUN yarn add --cwd ../ @testing-library/cypress

COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]

0 comments on commit c9463ad

Please sign in to comment.