mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 19:47:14 +08:00
docs: add qrcode
This commit is contained in:
+7
-1
@@ -236,12 +236,18 @@ func TestCaseDemo(t *testing.T) {
|
|||||||
|
|
||||||
## Sponsors
|
## Sponsors
|
||||||
|
|
||||||
[<img src="assets/hogwarts.jpeg" alt="霍格沃兹测试学院" width="500">](https://ceshiren.com/)
|
[<img src="assets/hogwarts.jpeg" alt="霍格沃兹测试学院" width="400">](https://ceshiren.com/)
|
||||||
|
|
||||||
> [霍格沃兹测试开发学社](http://qrcode.testing-studio.com/f?from=httprunner&url=https://ceshiren.com)是业界领先的测试开发技术高端教育品牌,隶属于[测吧(北京)科技有限公司](http://qrcode.testing-studio.com/f?from=httprunner&url=https://www.testing-studio.com) 。学院课程由一线大厂测试经理与资深测试开发专家参与研发,实战驱动。课程涵盖 web/app 自动化测试、接口测试、性能测试、安全测试、持续集成/持续交付/DevOps,测试左移&右移、精准测试、测试平台开发、测试管理等内容,帮助测试工程师实现测试开发技术转型。通过优秀的学社制度(奖学金、内推返学费、行业竞赛等多种方式)来实现学员、学社及用人企业的三方共赢。
|
> [霍格沃兹测试开发学社](http://qrcode.testing-studio.com/f?from=httprunner&url=https://ceshiren.com)是业界领先的测试开发技术高端教育品牌,隶属于[测吧(北京)科技有限公司](http://qrcode.testing-studio.com/f?from=httprunner&url=https://www.testing-studio.com) 。学院课程由一线大厂测试经理与资深测试开发专家参与研发,实战驱动。课程涵盖 web/app 自动化测试、接口测试、性能测试、安全测试、持续集成/持续交付/DevOps,测试左移&右移、精准测试、测试平台开发、测试管理等内容,帮助测试工程师实现测试开发技术转型。通过优秀的学社制度(奖学金、内推返学费、行业竞赛等多种方式)来实现学员、学社及用人企业的三方共赢。
|
||||||
|
|
||||||
> [进入测试开发技术能力测评!](http://qrcode.testing-studio.com/f?from=httprunner&url=https://ceshiren.com/t/topic/14940)
|
> [进入测试开发技术能力测评!](http://qrcode.testing-studio.com/f?from=httprunner&url=https://ceshiren.com/t/topic/14940)
|
||||||
|
|
||||||
|
## Subscribe
|
||||||
|
|
||||||
|
关注 HttpRunner 的微信公众号,第一时间获得最新资讯。
|
||||||
|
|
||||||
|
<img src="assets/qrcode.jpg" alt="HttpRunner" width="200">
|
||||||
|
|
||||||
[HttpRunner]: https://github.com/httprunner/httprunner
|
[HttpRunner]: https://github.com/httprunner/httprunner
|
||||||
[Boomer]: https://github.com/myzhan/boomer
|
[Boomer]: https://github.com/myzhan/boomer
|
||||||
[locust]: https://github.com/locustio/locust
|
[locust]: https://github.com/locustio/locust
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
+2
-2
@@ -3,8 +3,7 @@
|
|||||||
# $ pip install mkdocs-material # 5.2.2
|
# $ pip install mkdocs-material # 5.2.2
|
||||||
|
|
||||||
# usage
|
# usage
|
||||||
# $ mkdocs build # Build the MkDocs documentation
|
# $ mkdocs serve # build docs and preview
|
||||||
# $ mkdocs serve # Run the builtin development server
|
|
||||||
# $ mkdocs gh-deploy # Deploy your documentation to GitHub Pages
|
# $ mkdocs gh-deploy # Deploy your documentation to GitHub Pages
|
||||||
|
|
||||||
# Project information
|
# Project information
|
||||||
@@ -54,6 +53,7 @@ extra:
|
|||||||
|
|
||||||
# index pages
|
# index pages
|
||||||
nav:
|
nav:
|
||||||
|
- README: README.md
|
||||||
- Installation: installation.md
|
- Installation: installation.md
|
||||||
- CLI Tools:
|
- CLI Tools:
|
||||||
- hrp: cmd/hrp.md
|
- hrp: cmd/hrp.md
|
||||||
|
|||||||
Reference in New Issue
Block a user