mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 19:47:14 +08:00
fix: project name
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
name: hrp(HttpRunner+) # User defined upload name. Visible in Codecov UI
|
name: hrp (HttpRunner+) # User defined upload name. Visible in Codecov UI
|
||||||
token: ${{ secrets.CODECOV_TOKEN }} # Repository upload token
|
token: ${{ secrets.CODECOV_TOKEN }} # Repository upload token
|
||||||
file: ./cover.out # Path to coverage file to upload
|
file: ./cover.out # Path to coverage file to upload
|
||||||
flags: unittests # Flag upload to group coverage metrics
|
flags: unittests # Flag upload to group coverage metrics
|
||||||
|
|||||||
@@ -1,14 +1,12 @@
|
|||||||
# HttpRunner+ (hrp)
|
# hrp (HttpRunner+)
|
||||||
|
|
||||||
[](https://pkg.go.dev/github.com/httprunner/hrp)
|
[](https://pkg.go.dev/github.com/httprunner/hrp)
|
||||||
[](https://github.com/httprunner/hrp/actions)
|
[](https://github.com/httprunner/hrp/actions)
|
||||||
[](https://codecov.io/gh/httprunner/hrp)
|
[](https://codecov.io/gh/httprunner/hrp)
|
||||||
[](https://goreportcard.com/report/github.com/httprunner/hrp)
|
[](https://goreportcard.com/report/github.com/httprunner/hrp)
|
||||||
[](https://app.fossa.com/reports/fb0e64a7-7dcf-48bb-8de9-8f0e016b903b)
|
[](https://app.fossa.com/reports/c2742455-c8ab-4b13-8fd7-4a35ba0b2840)
|
||||||
|
|
||||||
> hrp (HttpRunnerPlus) = [HttpRunner] + [Boomer]
|
`hrp` is a golang implementation of [HttpRunner]. Ideally, hrp will be fully compatible with HttpRunner, including testcase format and usage. What's more, hrp will integrate Boomer natively to be a better load generator for [locust].
|
||||||
|
|
||||||
`hrp` is a golang implementation of [HttpRunner]. Ideally, `hrp` will be fully compatible with HttpRunner, including testcase format and usage. What's more, `hrp` will integrate Boomer natively to be a better load generator for [locust].
|
|
||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ One-stop solution for HTTP(S) testing.
|
|||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
|
|
||||||
hrp(HttpRunnerPlus) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨
|
hrp (HttpRunnerPlus) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Github: https://github.com/httprunner/hrp
|
Github: https://github.com/httprunner/hrp
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
# HttpRunner+ cli
|
# hrp cli
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ import (
|
|||||||
var RootCmd = &cobra.Command{
|
var RootCmd = &cobra.Command{
|
||||||
Use: "hrp",
|
Use: "hrp",
|
||||||
Short: "One-stop solution for HTTP(S) testing.",
|
Short: "One-stop solution for HTTP(S) testing.",
|
||||||
Long: `hrp(HttpRunnerPlus) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨
|
Long: `hrp (HttpRunner+) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Github: https://github.com/httprunner/hrp
|
Github: https://github.com/httprunner/hrp
|
||||||
|
|||||||
Reference in New Issue
Block a user