Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steps that call other steps display that information. #41

Open
burtlo opened this issue Jan 16, 2013 · 2 comments
Open

Steps that call other steps display that information. #41

burtlo opened this issue Jan 16, 2013 · 2 comments
Assignees
Labels

Comments

@burtlo
Copy link
Owner

burtlo commented Jan 16, 2013

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.

@ghost ghost assigned burtlo Feb 16, 2013
@burtlo
Copy link
Owner Author

burtlo commented Feb 16, 2013

I wrote some quick code that will find the substeps defined with step.
Work left to do:

  • Convert the ASTNode objects that are found into the found steps.
  • Display the found steps within the step transformer page.

@richlewis14
Copy link

richlewis14 commented Jun 14, 2016

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants