Ah, okay, I see. Then I think I can do what I want with it.

I want to use a meta information which represents a link to the test case
in HP Quality Center.

Meta:
@qc-testcase Root/Test/Test-Testset/TesA

In StoryReporter.afterStory(...) I want to upload the test result into HP
Quality Center at runtime using its REST-API.

I wanted to store the meta information in beforeStory(...) so that I can
use it later.

But as it seems I can use scenarioMeta(...) for that purpose since it is
always merged. So it is okay for me, thank you!


On Fri, May 2, 2014 at 2:31 PM, Mauro Talevi <mauro.tal...@aquilonia.org>wrote:

> The meta at story level is always merged with the meta at scenario level.
>
> This is why only the resulting meta is reported.
>
> We could add the reporting of story level meta, but what is your use-case?
>
>
> On 02/05/2014 14:22, Hans Schwäbli wrote:
>
>> org.jbehave.core.reporters.StoryReporter contains a scenarioMeta(Meta
>> meta) method.
>> But it does not contain a method like storyMeta(Meta meta).
>> I need to access the Meta information for the story in the StoryReporter.
>> Was it forgotton to add that method into StoryReporter or did I overlook
>> something (like last time when I searched for "afterStep")?
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to