Deployed 3daed4e with MkDocs version: 1.0.4

This commit is contained in:
debugtalk
2019-11-02 01:01:59 +08:00
parent 4eb9a3ac7d
commit 69a204f995
4 changed files with 17 additions and 11 deletions
+7 -1
View File
@@ -993,9 +993,15 @@
<h1 id="release-history">Release History<a class="headerlink" href="#release-history" title="Permanent link">&para;</a></h1>
<h2 id="232-2019-11-01">2.3.2 (2019-11-01)<a class="headerlink" href="#232-2019-11-01" title="Permanent link">&para;</a></h2>
<p><strong>Added</strong></p>
<ul>
<li>docs: add docs content to repo, visit at <code>https://docs.httprunner.org</code></li>
<li>docs: update developer interface docs</li>
</ul>
<p><strong>Changed</strong></p>
<ul>
<li>make render_html_report separate with HttpRunner().run_tests()</li>
<li>rename <code>render_html_report</code> to <code>gen_html_report</code></li>
<li>make gen_html_report separate with HttpRunner().run_tests()</li>
<li><code>--report-file</code>: specify report file path, this has higher priority than specifying report dir.</li>
<li>remove <code>summary</code> property from HttpRunner</li>
</ul>