mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 07:57:27 +08:00
fix: github action, test package installation
This commit is contained in:
@@ -30,14 +30,13 @@ jobs:
|
|||||||
poetry build
|
poetry build
|
||||||
ls dist/*.whl | xargs pip install # test installation
|
ls dist/*.whl | xargs pip install # test installation
|
||||||
hrun -V
|
hrun -V
|
||||||
hrun run -h
|
har2case -h
|
||||||
hrun startproject -h
|
httprunner run -h
|
||||||
hrun har2case -h
|
httprunner startproject -h
|
||||||
pip install locustio
|
httprunner har2case -h
|
||||||
hrun locusts -h
|
|
||||||
- name: Run smoketest - postman echo
|
- name: Run smoketest - postman echo
|
||||||
run: |
|
run: |
|
||||||
hrun examples/postman_echo/request_methods
|
hrun -s examples/postman_echo/request_methods
|
||||||
- name: Run smoketest - httpbin
|
- name: Run smoketest - httpbin
|
||||||
run: |
|
run: |
|
||||||
hrun examples/httpbin/
|
hrun -s examples/httpbin/
|
||||||
|
|||||||
Reference in New Issue
Block a user