mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add Cypress React component testing (#6974)
GitOrigin-RevId: 1260312a0644f3bc60e007a840045974336e264d
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user