Merge pull request #18465 from overleaf/jpa-more-server-pro-e2e-tests

[server-pro] add more e2e tests for Server Pro

GitOrigin-RevId: 003a92ae6c12b58d1d31679f9d9e54d83cfc4a1e
This commit is contained in:
Jakob Ackermann
2024-05-30 09:13:24 +02:00
committed by Copybot
parent 8eb8b233c0
commit 2754c90ea6
14 changed files with 774 additions and 83 deletions

View File

@@ -9,11 +9,13 @@
"format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
},
"dependencies": {
"@isomorphic-git/lightning-fs": "^4.6.0",
"@testing-library/cypress": "^10.0.1",
"body-parser": "^1.20.2",
"celebrate": "^15.0.3",
"cypress": "13.6.6",
"express": "^4.19.2",
"isomorphic-git": "^1.25.10",
"js-yaml": "^4.1.0",
"typescript": "^5.0.4"
}