Added new base template
This commit is contained in:
parent
e3910e3c09
commit
e547b63990
18
templates/base.erb
Normal file
18
templates/base.erb
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
RubyQA Test Report
|
||||||
|
|
||||||
|
QA Date: <%= Time.now %>
|
||||||
|
QA Runner: <%= ENV['USER'] %>
|
||||||
|
QA Tests: <%= Manager.tests.count %>
|
||||||
|
<% Manager.tests.each do |test| -%>
|
||||||
|
- "<%= test.name %>"
|
||||||
|
<% end -%>
|
||||||
|
QA Hosts:
|
||||||
|
<% Manager.hosts.each do |host| -%>
|
||||||
|
- <%= host.name %> (<%= host.data[:ip] %>)
|
||||||
|
<% end -%>
|
||||||
|
|
||||||
|
Tests Begin
|
||||||
|
-----------
|
||||||
|
<% Manager.tests.each do |test| -%>
|
||||||
|
<%= test.report %>
|
||||||
|
<% end -%>
|
Loading…
Reference in New Issue
Block a user