fix: github action

This commit is contained in:
debugtalk
2020-06-03 22:23:08 +08:00
parent abdcd59ea2
commit a3eb909745
7 changed files with 9 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ jobs:
httprunner har2case -h
- name: Run smoketest - postman echo
run: |
hrun examples/postman_echo/request_methods
poetry run hrun examples/postman_echo/request_methods
- name: Run smoketest - httpbin
run: |
hrun examples/httpbin/
poetry run hrun examples/httpbin/

View File

@@ -6,6 +6,7 @@
- feat: make pytest files in chain style
- feat: `hrun` supports run pytest files
- feat: get raw testcase model from pytest file
**Fixed**
@@ -17,7 +18,7 @@
**Changed**
- change: har2case generate pytest file by default
- change: `har2case` generate pytest file by default
- docs: update sponsor info
## 3.0.6 (2020-05-29)

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT!
# NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/basic.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT!
# NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/hooks.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT!
# NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/load_image.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT!
# NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/upload.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT!
# NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/validate.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase