Add Cypress React component testing (#6974)

GitOrigin-RevId: 1260312a0644f3bc60e007a840045974336e264d
This commit is contained in:
Alf Eaton
2022-03-30 10:49:41 +01:00
committed by Copybot
parent 76beba4393
commit 53324b0cd2
19 changed files with 3209 additions and 388 deletions

View File

@@ -74,6 +74,16 @@ services:
command: npm run --silent test:frontend
user: node
test_frontend_ct:
image: cypress/included:9.5.2
volumes:
- ../../:/overleaf
working_dir: /overleaf/services/web
entrypoint: npm
command:
- "run"
- "cypress:run-ct"
redis:
image: redis