mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
Deployed 56897b3 with MkDocs version: 1.1.2
This commit is contained in:
+48
-5
@@ -242,6 +242,18 @@
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../user/concepts/" title="Concepts" class="md-nav__link">
|
||||
Concepts
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../user/scaffold/" title="Scaffold" class="md-nav__link">
|
||||
Scaffold
|
||||
@@ -367,8 +379,15 @@
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#313-2020-06-30" class="md-nav__link">
|
||||
3.1.3 (2020-06-30)
|
||||
<a href="#314-2020-07-30" class="md-nav__link">
|
||||
3.1.4 (2020-07-30)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#313-2020-07-06" class="md-nav__link">
|
||||
3.1.3 (2020-07-06)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
@@ -525,8 +544,15 @@
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#313-2020-06-30" class="md-nav__link">
|
||||
3.1.3 (2020-06-30)
|
||||
<a href="#314-2020-07-30" class="md-nav__link">
|
||||
3.1.4 (2020-07-30)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#313-2020-07-06" class="md-nav__link">
|
||||
3.1.3 (2020-07-06)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
@@ -667,10 +693,27 @@
|
||||
|
||||
|
||||
<h1 id="release-history">Release History<a class="headerlink" href="#release-history" title="Permanent link">¶</a></h1>
|
||||
<h2 id="313-2020-06-30">3.1.3 (2020-06-30)<a class="headerlink" href="#313-2020-06-30" title="Permanent link">¶</a></h2>
|
||||
<h2 id="314-2020-07-30">3.1.4 (2020-07-30)<a class="headerlink" href="#314-2020-07-30" title="Permanent link">¶</a></h2>
|
||||
<p><strong>Changed</strong></p>
|
||||
<ul>
|
||||
<li>change: override variables strategy, step variables > extracted variables from previous steps</li>
|
||||
</ul>
|
||||
<p><strong>Fixed</strong></p>
|
||||
<ul>
|
||||
<li>fix: parameters feature with custom functions</li>
|
||||
<li>fix: request json field with variable reference</li>
|
||||
<li>fix: pickle BufferedReader TypeError in upload feature</li>
|
||||
</ul>
|
||||
<h2 id="313-2020-07-06">3.1.3 (2020-07-06)<a class="headerlink" href="#313-2020-07-06" title="Permanent link">¶</a></h2>
|
||||
<p><strong>Added</strong></p>
|
||||
<ul>
|
||||
<li>feat: implement <code>parameters</code> feature</li>
|
||||
</ul>
|
||||
<p><strong>Fixed</strong></p>
|
||||
<ul>
|
||||
<li>fix: validate with variable or function whose evaluation result is "" or not text</li>
|
||||
<li>fix: raise TestCaseFormatError if teststep validate invalid</li>
|
||||
<li>fix: raise TestCaseFormatError if ref testcase is invalid</li>
|
||||
</ul>
|
||||
<h2 id="312-2020-06-29">3.1.2 (2020-06-29)<a class="headerlink" href="#312-2020-06-29" title="Permanent link">¶</a></h2>
|
||||
<p><strong>Fixed</strong></p>
|
||||
|
||||
Reference in New Issue
Block a user