Hi Patrick,
thanks for your request. I already sent you the link on the GitHub Community. Thanks for sharing it here.
There are some additional information:
- the https://github.com/simatic-ax/mocks library is indented to install them as a devDependency in your project. But unfortunately it does currently not work. So you need to copy the code of the mocks in your project
- Mocking (e.g. a OnDelay) will mock all OnDelay-Instances in the test (you can't mock single instances).
Regards
Juergen