mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-24 00:53:47 +08:00
Deployed 54ac4b4 with MkDocs version: 1.2.3
This commit is contained in:
2
404.html
2
404.html
@@ -221,7 +221,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="/." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href=".." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../.." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
80
index.html
80
index.html
@@ -112,7 +112,7 @@
|
||||
<div class="md-header__topic" data-md-component="header-topic">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
Introduction
|
||||
README
|
||||
|
||||
</span>
|
||||
</div>
|
||||
@@ -235,12 +235,12 @@
|
||||
|
||||
|
||||
<label class="md-nav__link md-nav__link--active" for="__toc">
|
||||
Introduction
|
||||
README
|
||||
<span class="md-nav__icon md-icon"></span>
|
||||
</label>
|
||||
|
||||
<a href="." class="md-nav__link md-nav__link--active">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
|
||||
|
||||
@@ -271,6 +271,33 @@
|
||||
Key Features
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#sponsors" class="md-nav__link">
|
||||
Sponsors
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Sponsors">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#gold-sponsor" class="md-nav__link">
|
||||
金牌赞助商(Gold Sponsor)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#open-source-sponsor" class="md-nav__link">
|
||||
开源服务赞助商(Open Source Sponsor)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -504,6 +531,33 @@
|
||||
Key Features
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#sponsors" class="md-nav__link">
|
||||
Sponsors
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Sponsors">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#gold-sponsor" class="md-nav__link">
|
||||
金牌赞助商(Gold Sponsor)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#open-source-sponsor" class="md-nav__link">
|
||||
开源服务赞助商(Open Source Sponsor)
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -535,9 +589,6 @@
|
||||
<a href="https://pypi.python.org/pypi/httprunner"><img alt="pyversions" src="https://img.shields.io/pypi/pyversions/httprunner.svg" /></a>
|
||||
<a href="https://testerhome.com/github_statistics"><img alt="TesterHome" src="https://img.shields.io/badge/TTF-TesterHome-2955C5.svg" /></a></p>
|
||||
<p><em>HttpRunner</em> is a simple & elegant, yet powerful HTTP(S) testing framework. Enjoy! ✨ 🚀 ✨</p>
|
||||
<blockquote>
|
||||
<p>This docs site is corresponding to the latest version <code>3.x</code>, for <code>2.x</code> you can reference <a href="https://v2.httprunner.org/"><code>archive link</code></a>.</p>
|
||||
</blockquote>
|
||||
<h2 id="design-philosophy">Design Philosophy<a class="headerlink" href="#design-philosophy" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li>Convention over configuration</li>
|
||||
@@ -547,19 +598,30 @@
|
||||
<h2 id="key-features">Key Features<a class="headerlink" href="#key-features" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li>Inherit all powerful features of <a href="http://docs.python-requests.org/en/master/"><code>requests</code></a>, just have fun to handle HTTP(S) in human way.</li>
|
||||
<li>Define testcase in YAML or JSON format, run with <a href="https://docs.pytest.org/"><code>pytest</code></a> in concise and elegant manner. </li>
|
||||
<li>Define testcase in YAML or JSON format, run with <a href="https://docs.pytest.org/"><code>pytest</code></a> in concise and elegant manner.</li>
|
||||
<li>Record and generate testcases with <a href="http://httparchive.org/"><code>HAR</code></a> support.</li>
|
||||
<li>Supports <code>variables</code>/<code>extract</code>/<code>validate</code>/<code>hooks</code> mechanisms to create extremely complex test scenarios.</li>
|
||||
<li>With <code>debugtalk.py</code> plugin, any function can be used in any part of your testcase.</li>
|
||||
<li>With <a href="https://jmespath.org/"><code>jmespath</code></a>, extract and validate json response has never been easier.</li>
|
||||
<li>With <a href="https://docs.pytest.org/"><code>pytest</code></a>, hundreds of plugins are readily available. </li>
|
||||
<li>With <a href="https://docs.pytest.org/"><code>pytest</code></a>, hundreds of plugins are readily available.</li>
|
||||
<li>With <a href="https://docs.qameta.io/allure/"><code>allure</code></a>, test report can be pretty nice and powerful.</li>
|
||||
<li>With reuse of <a href="http://locust.io/"><code>locust</code></a>, you can run performance test without extra work.</li>
|
||||
<li>CLI command supported, perfect combination with <code>CI/CD</code>.</li>
|
||||
</ul>
|
||||
<h2 id="sponsors">Sponsors<a class="headerlink" href="#sponsors" title="Permanent link">¶</a></h2>
|
||||
<p>Thank you to all our sponsors! ✨🍰✨ (<a href="sponsors/">become a sponsor</a>)</p>
|
||||
<h3 id="gold-sponsor">金牌赞助商(Gold Sponsor)<a class="headerlink" href="#gold-sponsor" title="Permanent link">¶</a></h3>
|
||||
<p><a href="https://ceshiren.com/"><img src="assets/hogwarts.jpeg" alt="霍格沃兹测试学院" width="500"></a></p>
|
||||
<blockquote>
|
||||
<p><a href="http://qrcode.testing-studio.com/f?from=httprunner&url=https://ceshiren.com">霍格沃兹测试开发学社</a>是业界领先的测试开发技术高端教育品牌,隶属于<a href="http://qrcode.testing-studio.com/f?from=httprunner&url=https://www.testing-studio.com">测吧(北京)科技有限公司</a> 。学院课程由一线大厂测试经理与资深测试开发专家参与研发,实战驱动。课程涵盖 web/app 自动化测试、接口测试、性能测试、安全测试、持续集成/持续交付/DevOps,测试左移&右移、精准测试、测试平台开发、测试管理等内容,帮助测试工程师实现测试开发技术转型。通过优秀的学社制度(奖学金、内推返学费、行业竞赛等多种方式)来实现学员、学社及用人企业的三方共赢。</p>
|
||||
<p><a href="http://qrcode.testing-studio.com/f?from=httprunner&url=https://ceshiren.com/t/topic/14940">进入测试开发技术能力测评!</a></p>
|
||||
</blockquote>
|
||||
<h3 id="open-source-sponsor">开源服务赞助商(Open Source Sponsor)<a class="headerlink" href="#open-source-sponsor" title="Permanent link">¶</a></h3>
|
||||
<p><a href="https://sentry.io/_/open-source/"><img src="assets/sentry-logo-black.svg" alt="Sentry" width="150"></a></p>
|
||||
<p>HttpRunner is in Sentry Sponsored plan.</p>
|
||||
<h2 id="subscribe">Subscribe<a class="headerlink" href="#subscribe" title="Permanent link">¶</a></h2>
|
||||
<p>关注 HttpRunner 的微信公众号,第一时间获得最新资讯。</p>
|
||||
<p><img alt="" src="/assets/qrcode.jpg" /></p>
|
||||
<p><img alt="" src="assets/qrcode.jpg" /></p>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href=".." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -579,7 +579,7 @@ optional arguments:
|
||||
<nav class="md-footer__inner md-grid" aria-label="Footer">
|
||||
|
||||
|
||||
<a href=".." class="md-footer__link md-footer__link--prev" aria-label="上一页: Introduction" rel="prev">
|
||||
<a href=".." class="md-footer__link md-footer__link--prev" aria-label="上一页: README" rel="prev">
|
||||
<div class="md-footer__button md-icon">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
|
||||
</div>
|
||||
@@ -588,7 +588,7 @@ optional arguments:
|
||||
<span class="md-footer__direction">
|
||||
上一页
|
||||
</span>
|
||||
Introduction
|
||||
README
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href=".." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
26
sitemap.xml
26
sitemap.xml
@@ -2,67 +2,67 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-11-15</lastmod>
|
||||
<lastmod>2021-11-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
||||
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href=".." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../.." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../.." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../.." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../.." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../.." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../.." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../.." class="md-nav__link">
|
||||
Introduction
|
||||
README
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user