mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 09:14:58 +03:00
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:
committed by
GitHub
parent
c86b2ae500
commit
ea64fdd7b4
@@ -2,6 +2,7 @@
|
||||
"moduleFileExtensions": ["js", "json", "ts"],
|
||||
"modulePaths": ["<rootDir>"],
|
||||
"rootDir": ".",
|
||||
"globalSetup": "<rootDir>/e2e/setup.ts",
|
||||
"testEnvironment": "node",
|
||||
"testRegex": ".e2e-spec.ts$",
|
||||
"transform": {
|
||||
|
||||
Reference in New Issue
Block a user