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

Support extended Descriptions #30

Closed
janschaefer opened this issue Sep 25, 2014 · 0 comments
Closed

Support extended Descriptions #30

janschaefer opened this issue Sep 25, 2014 · 0 comments

Comments

@janschaefer
Copy link
Contributor

It would be nice if one could add an extended description to a step method. This could be shown in the report as a tooltip, for example. The extended description could provide more detailed information about a step.

Example:

class GivenCustomer {

   @ExtendedDescription("Sets up a default customer in the database."
      + "<br>The customer has name 'John' and lastname 'Doe' " 
      + "as well as email address 'john@doe.com'");
   public void a_customer() {
       ...
   }
}

For sure it would be nice if instead the JavaDoc of the method could be used, but that would require a separate parsing of the Java source, so this would be rather difficult to achieve without major effort.

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

1 participant