Marius Brot commented on New Feature JBEHAVE-541

I can describe our scenario a bit and why we would appreciate any method to get meta information for a story wide context.

We have a dispose stack, which disposes everything what was created during the story, afterwards.
Example: If a database was created by a step of the current story, this database will be removed by the dispose stack, after the story has finished.

But for debugging purposes we would need any mechanism to disable the dispose stack on story level.
Example: If we know there is something going wrong on a specific story, we want to disable the dispose stack and go in deep with an developer.

As story based mechanism we would see meta tags as a perfect solution. Since adding a simple @skipDisposal could be sufficient to disable the dispose stack.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to