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
Cucumber-version: 2.0.0 (also seen and reported on cuke-devs-mailinglist on 2.0.0.beta2)
Seems there is a <pre class=comment> which spans everything inside the feature-div in the report ... makes everything look odd (like too much space between elements) ... I guess this might be triggered by the feature file starting with a comment (like # encoding: UTF-8 or # language: no )
<div class="feature">
<pre class="comment"># encoding: UTF-8<br>
<h2>
<span class="val">Feature: Watir-webdriver works with cucumber</span>
</h2>
<p class="narrative">As developers<br>
To not kick the bucket from the boredom of manual web testing<br>
We want watir-webdriver and cucumber to work<br>
</p>
<div class="scenario">
<span class="scenario_file">features/watir-works.feature:8</span>
<h3 id="scenario_1" style="cursor: pointer;"><span class="keyword">Scenario:</span> <span class="val">Google search for agurk</span></h3>
<ol>
<li id="" class="step passed">
<div class="step_name"><span class="keyword">Given </span><span class="step val">we're on the google search page</span></div>
<div class="step_file"><span>features/step_definitions/agurk_steps.rb:3</span></div>
</li>
<script type="text/javascript">moveProgressBar('100.0');</script>
<li id="" class="step passed">
<div class="step_name"><span class="keyword">When </span><span class="step val">we search for "<span class="param">agurk</span>"</span></div>
<div class="step_file"><span>features/step_definitions/agurk_steps.rb:7</span></div>
</li>
<script type="text/javascript">moveProgressBar('100.0');</script>
<li id="" class="step passed">
<div class="step_name"><span class="keyword">Then </span><span class="step val">we should find the term in the page</span></div>
<div class="step_file"><span>features/step_definitions/agurk_steps.rb:13</span></div>
</li>
<script type="text/javascript">moveProgressBar('100.0');</script>
</ol>
</div>
</pre>
</div>
See also attached screenshot.
The text was updated successfully, but these errors were encountered:
Cucumber-version: 2.0.0 (also seen and reported on cuke-devs-mailinglist on 2.0.0.beta2)
Seems there is a
<pre class=comment>
which spans everything inside the feature-div in the report ... makes everything look odd (like too much space between elements) ... I guess this might be triggered by the feature file starting with a comment (like# encoding: UTF-8
or# language: no
)See also attached screenshot.
The text was updated successfully, but these errors were encountered: