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

Hyperlink Feature #2: Tag-Based Hyperlink Generation for Scenario Titles #321

Closed
ajhuntsman opened this issue Apr 11, 2016 · 3 comments
Closed

Comments

@ajhuntsman
Copy link

Per @dirkrombauts (#317 (comment)), each Scenario's title should be rendered as a hyperlink to that Scenario.

When a Scenario has a @pickles-link declared (like @pickles-link:blue-scenario) then the hyperlink will be generated from the value-side of the tag (http://mypickles.com/Color_Feature.feature/blue-scenario).

When a Scenario does not have a @pickles-link declared, then the default hyperlink generation should be executed instead.

@dirkrombauts
Copy link
Member

Thanks for creating the issue. It would actually be sufficient to include the id attribute to the heading of the scenario title.

Assuming we have a scenario like

@pickles-link:blue-scenario
Scenario: I'm Blue

Then for the static html version, we should generate

<h2 id="blue-scenario">I'm Blue</h2>

The dynamic html version can be done in a similar way.

@ajhuntsman
Copy link
Author

@ocsurfnut, so if you're bored...

@dirkrombauts
Copy link
Member

It's been an amazing time for me to work on Pickles. Now it's finally time for me to lay down the mantle and move on. I am leaving Pickles completely.

I am closing this issue, so that the next maintainer of this repository can start from a clean slate.

Do you want to take over active development and maintenance at Pickles? Contact me directly at dirk dot rombauts at picklesdoc dot com. I will hand over everything Pickles-related to you. This email address will remain active until 11 December 2020.

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

No branches or pull requests

2 participants