Reply to 949717471958888448
@w3ltraumpirat @SamirTalwar The app under test is a @goserverless project, the handlers for the routers are set up here: https://github.com/ausgaben/serverless-backend/blob/2cb65aac0cf39a8fc076a26c618ec3b55fd1fb35/__test__/features/features.spec.js#L115 That way I can directly call them locally.
If something goes wrong I can print a nice view, of what happened: https://github.com/ausgaben/serverless-backend/blob/2cb65aac0cf39a8fc076a26c618ec3b55fd1fb35/__test__/features/features.spec.js#L366