1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 14:57:48 +00:00

Added first cypress e2e tests

This commit is contained in:
2023-02-02 13:16:26 +00:00
parent 05b42dbf0e
commit e047383fe4
4 changed files with 57 additions and 0 deletions

4
cypress-tests/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM cypress/included:12.4.0
COPY cypress.config.js /
COPY ./tests/* /cypress/e2e/