mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
Deployed d913be0 with MkDocs version: 1.0.4
This commit is contained in:
+46
-5
@@ -36,7 +36,7 @@
|
||||
<meta name="lang:search.tokenizer" content="[\uff0c\u3002]+">
|
||||
|
||||
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.4.3">
|
||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.6.0">
|
||||
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../assets/stylesheets/application.30686662.css">
|
||||
<link rel="stylesheet" href="../assets/stylesheets/application.1b62728e.css">
|
||||
|
||||
<link rel="stylesheet" href="../assets/stylesheets/application-palette.a8b3c06d.css">
|
||||
|
||||
@@ -55,12 +55,12 @@
|
||||
|
||||
|
||||
|
||||
<script src="../assets/javascripts/modernizr.74668098.js"></script>
|
||||
<script src="../assets/javascripts/modernizr.268332fc.js"></script>
|
||||
|
||||
|
||||
|
||||
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono&display=fallback">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
|
||||
<style>body,input{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
|
||||
|
||||
|
||||
@@ -444,6 +444,18 @@
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../prepare/upload-case/" title="文件上传场景" class="md-nav__link">
|
||||
文件上传场景
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</li>
|
||||
@@ -661,6 +673,13 @@
|
||||
<label class="md-nav__title" for="__toc">目录</label>
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#241-2019-12-12" class="md-nav__link">
|
||||
2.4.1 (2019-12-12)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#240-2019-12-11" class="md-nav__link">
|
||||
2.4.0 (2019-12-11)
|
||||
@@ -853,6 +872,13 @@
|
||||
<label class="md-nav__title" for="__toc">目录</label>
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#241-2019-12-12" class="md-nav__link">
|
||||
2.4.1 (2019-12-12)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#240-2019-12-11" class="md-nav__link">
|
||||
2.4.0 (2019-12-11)
|
||||
@@ -1032,6 +1058,19 @@
|
||||
|
||||
|
||||
<h1 id="release-history">Release History<a class="headerlink" href="#release-history" title="Permanent link">¶</a></h1>
|
||||
<h2 id="241-2019-12-12">2.4.1 (2019-12-12)<a class="headerlink" href="#241-2019-12-12" title="Permanent link">¶</a></h2>
|
||||
<p><strong>Added</strong></p>
|
||||
<ul>
|
||||
<li>feat: add <code>upload</code> keyword for upload test</li>
|
||||
<li>test: pip install package </li>
|
||||
<li>test: hrun command</li>
|
||||
</ul>
|
||||
<p><strong>Fixed</strong></p>
|
||||
<ul>
|
||||
<li>fix: typo testfile_paths</li>
|
||||
<li>fix: check if locustio installed</li>
|
||||
<li>fix: dump json file name is empty when running relative testfile</li>
|
||||
</ul>
|
||||
<h2 id="240-2019-12-11">2.4.0 (2019-12-11)<a class="headerlink" href="#240-2019-12-11" title="Permanent link">¶</a></h2>
|
||||
<p><strong>Added</strong></p>
|
||||
<ul>
|
||||
@@ -1049,6 +1088,7 @@
|
||||
<p><strong>Fixed</strong></p>
|
||||
<ul>
|
||||
<li>fix: keep setup/teardown hooks original order when merge & override.</li>
|
||||
<li>fix: length comparator exceptions when running in CSV data-driven mode.</li>
|
||||
</ul>
|
||||
<h2 id="233-2019-12-04">2.3.3 (2019-12-04)<a class="headerlink" href="#233-2019-12-04" title="Permanent link">¶</a></h2>
|
||||
<p><strong>Fixed</strong></p>
|
||||
@@ -1281,6 +1321,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1346,7 +1387,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<script src="../assets/javascripts/application.ac79c3b0.js"></script>
|
||||
<script src="../assets/javascripts/application.808e90bb.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user