You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a scenario contains steps with step.text (multi-line docstring), the output of this scenario contains <br/> HTML elements that are not part of the original output.
MAYBE: <br/> is contained in a <pre> ... </pre> HTML element ?!?
EXAMPLE:
# -- HINT: Copied from HTML page in web browserScenario: Duplicated Step in same File <-- COLLAPSABLE SECTION: For Scenario is hereGiven a new working directory
And a file named "features/steps/alice_steps.py" with
from behave import given, when, then<br><br>@given(u'I call Alice')<br> ... <-- PROBLEM-POINT 1 is HERE And a file named "features/duplicated_step_alice.feature" with Feature:<br> Scenario: Duplicated Step<br> Given I call Alice ... <-- PROBLEM-POINT 2 is HERE.
Describe the bug
If a scenario contains steps with
step.text
(multi-line docstring), the output of this scenario contains<br/>
HTML elements that are not part of the original output.<br/>
is contained in a<pre> ... </pre>
HTML element ?!?EXAMPLE:
To Reproduce
Steps to reproduce the behavior:
behavex
with step.duplicated_step.feature and inspect the HTML report after the test runExpected behavior
step.text
or ...), like:<br/>
Version Info:
The text was updated successfully, but these errors were encountered: