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
It's quite often case, when one step is calling another one. I'm
thinking of having a tree of hierarchy of calling steps.
Given /I create something/ do
step %Q<I create something via rest api>
end
And as the result, there might be a kinda tree with links, what other
steps are called. Moreover, I can imagine to have a graphviz picture for
better visualization, but I realize, this is quite complex issue.
The text was updated successfully, but these errors were encountered:
I am having an issue having where my substeps are not being picked up as a step at the moment, resulting in a large collection of undefined steps. Is there anything in place to help with this please ?
It's quite often case, when one step is calling another one. I'm
thinking of having a tree of hierarchy of calling steps.
And as the result, there might be a kinda tree with links, what other
steps are called. Moreover, I can imagine to have a graphviz picture for
better visualization, but I realize, this is quite complex issue.
The text was updated successfully, but these errors were encountered: