File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
TestStack.BDDfy/Processors/Reporters/Html Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ private void ResultDetails()
141
141
142
142
private void Footer ( )
143
143
{
144
- AddLine ( "<div class='footer'>Powered by <a href='http ://teststack. github.io /TestStack.BDDfy/ '>BDDfy</a> framework</div>" ) ;
144
+ AddLine ( "<div class='footer'>Powered by <a href='https ://github.com /TestStack/TestStack .BDDfy'>BDDfy</a> framework</div>" ) ;
145
145
}
146
146
147
147
private void AddStory ( Story story )
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ void WriteOutHtmlReport(IEnumerable<Story> stories)
52
52
53
53
private void ShouldTheReportUseCustomization ( HtmlReportViewModel viewModel )
54
54
{
55
- var customStylesheet = Path . Combine ( _configuration . OutputPath , "bddifyCustom .css" ) ;
55
+ var customStylesheet = Path . Combine ( _configuration . OutputPath , "BDDfyCustom .css" ) ;
56
56
viewModel . UseCustomStylesheet = File . Exists ( customStylesheet ) ;
57
57
58
- var customJavascript = Path . Combine ( _configuration . OutputPath , "bddifyCustom .js" ) ;
58
+ var customJavascript = Path . Combine ( _configuration . OutputPath , "BDDfyCustom .js" ) ;
59
59
viewModel . UseCustomJavascript = File . Exists ( customJavascript ) ;
60
60
}
61
61
You can’t perform that action at this time.
0 commit comments