You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the test environment support workflow run operations, sync operations get a client that panics for any method call.
To improve the testing story for Nexus, we'll want:
Add a TestNexusEnvironment for users to test their operations outside of workflow context
There are details to be ironed out here, e.g. how are sync operations going to work since they reference a Client.
Add an OnNexusOperation method to the workflow test environment to integrate with current mocking and time skipping approach.
The text was updated successfully, but these errors were encountered:
Currently the test environment support workflow run operations, sync operations get a client that panics for any method call.
To improve the testing story for Nexus, we'll want:
TestNexusEnvironment
for users to test their operations outside of workflow contextThere are details to be ironed out here, e.g. how are sync operations going to work since they reference a
Client
.OnNexusOperation
method to the workflow test environment to integrate with current mocking and time skipping approach.The text was updated successfully, but these errors were encountered: