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
Remove generator snippet interface in favor of async-await and remove setDefinitionFunctionWrapper since that was used to turn generator functions into promises. Appears setDefinitionFunctionWrapper has been used for other things so need to ensure #997 can address the use case of being able to wrap a step with custom logic.
The text was updated successfully, but these errors were encountered:
@charlierudolph looping back to this now BeforeStep and AfterStep are a thing. Maybe a PR now to mark setDefinitionFunctionWrapper as deprecated, and then we remove for v8.0.0 when the time comes?
Remove generator snippet interface in favor of async-await and remove
setDefinitionFunctionWrapper
since that was used to turn generator functions into promises. AppearssetDefinitionFunctionWrapper
has been used for other things so need to ensure #997 can address the use case of being able to wrap a step with custom logic.The text was updated successfully, but these errors were encountered: