feat(server): Use Testcontainers for e2e tests (#3202)

* Add testcontainers to e2e

* Run e2e tests in github without docker

* Run lint on e2e

* Cleaner setup ordering

* Rename setup file
This commit is contained in:
Jonathan Jogenfors
2023-07-11 23:54:44 +02:00
committed by GitHub
parent c86b2ae500
commit ea64fdd7b4
5 changed files with 588 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
"moduleFileExtensions": ["js", "json", "ts"],
"modulePaths": ["<rootDir>"],
"rootDir": ".",
"globalSetup": "<rootDir>/e2e/setup.ts",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {