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
Tests always start with an empty context, occasionally you want some information available in the context from the start of a test. It's possible to create a dummy step to fill in these context values as:
Tests always start with an empty context, occasionally you want some information available in the context from the start of a test. It's possible to create a dummy step to fill in these context values as:
Which creates a context of
{:foo/bar "my-output-value"}
available to all subsequent steps.The text was updated successfully, but these errors were encountered: