[rspec-users] cucumber features HTML output bug with more than 100 steps
Steve Molitor
stevemolitor at gmail.com
Fri Dec 12 15:39:57 EST 2008
I'm having the following problem:
With the format as html, the output of cucumber stops coloring successful
steps green after step #100. This last line in the HTML is:
<script type="text/javascript">stepPassed(100)</script>
Steps 101 -n are colored grey. The <body> tag is not closed but all steps
are displayed. When running with 'format --pretty' everything works fine
and all steps are colored green. This is happening with jruby 1.1.4 on OS X
and RedHat Linux.
Any ideas? Could this be a bug?
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20081212/442cce99/attachment-0001.html>
More information about the rspec-users
mailing list