mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 10:17:36 +08:00
415 B
415 B
Development
To develop or debug HttpRunner, you shall clone source code first.
$ git clone https://github.com/HttpRunner/HttpRunner.git
Then install all dependencies:
$ pip install -r requirements-dev.txt
Now you can use httprunner/cli.py as debugging entrances.
# debug hrun
$ python httprunner/cli.py hrun -h
# debug locusts
$ python httprunner/cli.py locusts -h