Yes the tests are meant for the server connect core files to fully test all the functionality server connect provides. To make sure server connect own functionality is bullet proof and also to make sure indeed we don’t break things on updates.
This way it will also allow us to bring more bigger changes in the server connect code base, while always making sure everything works and nothing breaks.
As for testing your own server actions, you can already do the same, but indeed we could make that easier by using the same testing framework (mocha) and supplying some fundamentals as well AI instructions to allow you to generate the tests yourself.