I'm using taza as my framework, and was wondering if there was anyway
to add information/format the html report that's generated by the rake
task. I'm kind of at a loss, and haven't really been able to find
anything. Based on what i read in the wiki, i assume that I have to
edit the rake file. But i don't know how to do that to get the
information I want added to the report.
The information I'd like to add is: the browser tested, the url
tested, and possibly change the header of the report. I'd also like to
make some cosmetic changes to certain colors on the report.
This is the rake file:
Taza::Rake::Tasks.new do |t|
file_hole = “artifacts/#{Time.now.to_i}”
t.spec_opts = [“—format html:#{file_hole}/index.html”,
“—format p”,
“—format failing_examples:#{file_hole}/
failing_examples.txt”]
end
--
Before posting, please read http://watir.com/support. In short: search before
you ask, be nice.
[email protected]
http://groups.google.com/group/watir-general
[email protected]