change: remove har2case, move all features to go version

This commit is contained in:
debugtalk
2022-03-26 11:09:32 +08:00
parent a5f7eea9c3
commit e382f692e4
16 changed files with 22 additions and 865 deletions

View File

@@ -36,10 +36,8 @@ jobs:
- name: Test commands
run: |
poetry run hrun -V
poetry run har2case -h
poetry run httprunner run -h
poetry run httprunner startproject -h
poetry run httprunner har2case -h
- name: Run smoketest - postman echo
run: |
poetry run hrun examples/postman_echo/request_methods

View File

@@ -33,7 +33,6 @@ jobs:
poetry run httprunner
poetry run hmake
poetry run hrun
poetry run har2case
poetry run coverage run --source=httprunner -m pytest httprunner
- name: coverage report
run: |