Merge pull request #15547 from overleaf/mj-community-edition-tests

[server-ce] Add e2e test for CE

GitOrigin-RevId: f76ee4d19680c57a3a0854bc89175b3fb352ca41
This commit is contained in:
Mathias Jakobsen
2023-11-23 10:40:13 +00:00
committed by Copybot
parent 21c61be543
commit 732cbf0c26
14 changed files with 3023 additions and 0 deletions

8
server-ce/test/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: test-e2e
test-e2e:
docker-compose down -v -t 0
docker-compose -f docker-compose.yml run --rm e2e
docker-compose down -v -t 0
.PHONY: test-e2e