cypress: add mailserver url to config

This commit is contained in:
mahula 2025-04-09 13:20:43 +02:00
parent dfe9205bf6
commit c2cb7803e2

View File

@ -51,5 +51,8 @@ module.exports = defineConfig({
viewportWidth: 1290,
setupNodeEvents,
},
env: parsed
env: {
...parsed,
mailserverURL: 'http://localhost:1080',
}
});