change: print debug log info

This commit is contained in:
debugtalk
2019-12-12 17:51:22 +08:00
parent 92b5400e42
commit 5d8f9049e9

View File

@@ -17,7 +17,7 @@ install:
- ls dist/*.whl | xargs pip install # test installation
script:
- hrun -V
- cd tests/httpbin && hrun basic.yml && cd -
- cd tests/httpbin && hrun basic.yml --log-level debug --failfast && cd -
- python -m httprunner.cli hrun -V
- python -m httprunner.cli hrun -h
- poetry build