How to run integration tests locally?
❓Question✅Solved
I want to add some more tests for my custom logic but I cannot even run the original tests. I’m spinning up an API mock (port 22222/22220) and the app itself on port 3001. All stubs that configure the mock are successful, but GET requests like “/verify?… “ fail with Not Found response. Looks like the app does not have such path to serve. What am I doing wrong? I also tried to use Docker Compose file for infrastructure but it was unsuccessful either.
I use the latest zitadel repo version in main branch.
I use the latest zitadel repo version in main branch.
