
What is the general idea of a testing strategy or story both for Appwrite Web apps and server functions? Only really found one Article that suggested mocking Appwrite.

Honestly, mocking is the easy way around performing test with the SDK. That being said, what I do is create 2 projects when building an app.
I'm not saying it's optimal, but it's what I started doing and it works lol
I use one project for the actual development, and the other with fake data for testing. It requires a lot of manual work to set up a testing environment, but you should be able to create a function that just clones a project on-demand.

I suggest a local or dev Appwrite instance

[CLOSED] Testing Strategy / Story

Mocking is the way I went down and it works. However, I feel it creates quite the overhead.
Recommended threads
- Website shows just the HTML in safari
Hi y'all, I've been working on a project for a while but, for some reason it just shows the html in safari, It work perfectly fine in firefox and chrome, but sa...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
- TableDB.getRow() response does not conta...
This is for Web/React sdk 20.0.0 The row was created via `TableDB.createRow(...)` and I can see it in the console with the relationships correctly set. In the c...
