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

Ability to create references to to step definition, tag, and feature #43

Open
burtlo opened this issue Jan 16, 2013 · 0 comments
Open
Labels

Comments

@burtlo
Copy link
Owner

burtlo commented Jan 16, 2013

This is maybe already supported, but haven't found a way how to do
it. If I want to reference another step or tag or feature within
cucumber documentation, how can I do it? Let's look at the example:

#
# @see #Step::other_step
# @see #Tag::@web
# @see #Feature::"Ajax support feature"
# Look at {Sign_in_step this} step for more info about signing
# {Feature::"Login feature for guests" This} feature is ...
  • those proposals are only my guessing, not sure if that is the best
    way, how to implement it.
  • it would be awesome to use this references either in feature/scenario
    scope or in step definitions or to be as generous as possible - wherever
  • even from helper ruby libraries, to be able but reference, where such
    method has been used:
# ...
# @note This method is use in {Step::"Some Sign In Step"}
#
def sign_in
...
end
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

1 participant