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

Reports are broken when Examples are used in scenarios #80

Open
pmihalcin opened this issue Feb 26, 2019 · 1 comment
Open

Reports are broken when Examples are used in scenarios #80

pmihalcin opened this issue Feb 26, 2019 · 1 comment
Assignees

Comments

@pmihalcin
Copy link
Contributor

Steps are not reported properly
image

@AmyKosinova
Copy link
Contributor

AmyKosinova commented Feb 26, 2019

When using Examples within test scenario, XML report is wrapped in these nodes, which breaks xpath to step nodes.

We should think about support for examples reporting.

<scenario keyword="Scenario:" title="AUTHOR_TRX">
   <examples keyword="Examples:">
      <step>...</step>
      <parameters>...</parameters>
   
      <example>
      "parametrized execution of scenario"
      </example>

      ...more examples...
   </examples>
</scenario>

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

No branches or pull requests

3 participants