What's needed?
We need to be able to test examples in the examples directory as part of the CI so we don't break them accidentally (or forget to update them when there are API changes), and allow users to do the same for their apps and actors.
Proposed solution
Create a microgrid mock, or a microgrid API client mock.
The simplest first version should just run an example for few seconds and check if there it didn't crash.
Use cases
No response
Alternatives and workarounds
Test using a real microgrid API, but that would be overkill.
Additional context
No response