Rank 2: Process
I am trying to test my dart functions locally before I deploy them to the cloud. Sadly with the new update to v1.4 I can no longer set the req.variables with the needed variables. In my head there are these options for testing functions:
- Testing locally and setting the Platform.environment variables (How?)
- Creating a real execution on cloud (Cant do that bc of the dart / dart_appwrite version)
- Integreation test from flutter App
Since my tests worked locally I would really like to just modify them slightly to work again. Has someone an Idea how to do that?
And in general, what is expected to be the best practice for testing the functions?
Thanks for your help in advance! 