Rank 3: Container
Is there a way to test cloud functions locally. I am building in cloud and the biggest problem I face while building is I don't get proper errors and to check even 1 error first I have to deploy and check if something goes wrong. Is there a way I can test it and get detailed logs.
The cloud does not give detailed logs with stacktraces. I can under stand mocking entire env is really hard but is there a workaround.