Files
httprunner/docs/development.md
2018-02-22 11:23:34 +08:00

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