test(frontend): Start backend automatisch op
This commit is contained in:
parent
cbd214c445
commit
37be342137
2 changed files with 41 additions and 0 deletions
|
@ -9,6 +9,8 @@ export default mergeConfig(
|
|||
environment: "jsdom",
|
||||
exclude: [...configDefaults.exclude, "e2e/**"],
|
||||
root: fileURLToPath(new URL("./", import.meta.url)),
|
||||
// Startup the backend server, because it is needed for some tests
|
||||
globalSetup: [ "./tests/setup-backend.ts" ]
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue