Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ New lines</span>
</div>
</div>
<div class='footer'>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a> framework</div>
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
<script>
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("ul.resultSummary li:not('.storySummary'):not('.scenarioSummary')").append("<input type='checkbox' class='cbx_toggle' checked/>");$(".cbx_toggle").click(function(){var n=$(this),t=n.closest("li").attr("class");$("#testResult div.scenario ."+t).parent().toggle(n.is(":checked"))})});
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
<p>Tested at: 25/03/2014 11:30:05</p>
<p>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a></p>
</section>
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
<script>
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("#filterOptions a").click(function(){var n=$(this).children("div"),t,i;n.toggleClass("filterTileDisabled");t=!n.hasClass("filterTileDisabled");i=n.data("target-class");$("div."+i).closest(".scenario").toggle(t)})});
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ New lines</span>
<p>Tested at: 25/03/2014 11:30:05</p>
<p>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a></p>
</section>
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
<script>
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("#filterOptions a").click(function(){var n=$(this).children("div"),t,i;n.toggleClass("filterTileDisabled");t=!n.hasClass("filterTileDisabled");i=n.data("target-class");$("div."+i).closest(".scenario").toggle(t)})});
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ body{margin:0;padding:0;padding-bottom:40px;max-width:100%;background-color:#fff
</div>
</div>
<div class='footer'>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a> framework</div>
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
<script>
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("ul.resultSummary li:not('.storySummary'):not('.scenarioSummary')").append("<input type='checkbox' class='cbx_toggle' checked/>");$(".cbx_toggle").click(function(){var n=$(this),t=n.closest("li").attr("class");$("#testResult div.scenario ."+t).parent().toggle(n.is(":checked"))})});
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
<p>Tested at: 25/03/2014 11:30:05</p>
<p>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a></p>
</section>
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>
<script>
$(function(){$(".canToggle").each(function(){var n=$("#"+$(this).data("toggle-target"));n.hide();$(this).click(function(){n.toggle(200)})});$(".expandAll").click(function(){$(".steps").css("display","")});$(".collapseAll").click(function(){$(".steps").css("display","none")});$("#filterOptions a").click(function(){var n=$(this).children("div"),t,i;n.toggleClass("filterTileDisabled");t=!n.hasClass("filterTileDisabled");i=n.data("target-class");$("div."+i).closest(".scenario").toggle(t)})});
/*
Expand Down
2 changes: 1 addition & 1 deletion src/TestStack.BDDfy/Reporters/Html/ClassicReportBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private void Footer()
AddLine("<div class='footer'>Powered by <a href='https://github.com/TestStack/TestStack.BDDfy'>BDDfy</a> framework</div>");

if (_model.Configuration.ResolveJqueryFromCdn)
AddLine("<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>");
AddLine("<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>");
else
EmbedJavascriptFile(HtmlReportResources.jquery_2_1_0_min);

Expand Down
2 changes: 1 addition & 1 deletion src/TestStack.BDDfy/Reporters/Html/MetroReportBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void Footer()
}

if (_model.Configuration.ResolveJqueryFromCdn)
AddLine("<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>");
AddLine("<script type='text/javascript' src='https://code.jquery.com/jquery-2.1.0.min.js'></script>");
else
EmbedJavascriptFile(HtmlReportResources.jquery_2_1_0_min);

Expand Down