httprunner

HttpRunner 是一款开源的 API/UI 测试框架,简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。

GitHub Stars

4,186

User Rating

Not Rated

Favorites

0

Views

32

Forks

1,282

Issues

501

Installation
Difficulty
expert
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Go: 1.16 or higher

Installation Steps

1. Install Go

Install Go from the official website.

2. Install HttpRunner

Run the following command to install HttpRunner:
bash
go get -u github.com/httprunner/httprunner

3. Verify Installation

Check if the installation was successful with the following command:
bash
hrp -h

Troubleshooting

Common Issues

Issue: Command not found Solution: Ensure that the Go path is set correctly.