fix: github action

This commit is contained in:
debugtalk
2020-06-03 22:24:09 +08:00
parent abdcd59ea2
commit a3eb909745
7 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ jobs:
httprunner har2case -h httprunner har2case -h
- name: Run smoketest - postman echo - name: Run smoketest - postman echo
run: | run: |
hrun examples/postman_echo/request_methods poetry run hrun examples/postman_echo/request_methods
- name: Run smoketest - httpbin - name: Run smoketest - httpbin
run: | run: |
hrun examples/httpbin/ poetry run hrun examples/httpbin/
+2 -1
View File
@@ -6,6 +6,7 @@
- feat: make pytest files in chain style - feat: make pytest files in chain style
- feat: `hrun` supports run pytest files - feat: `hrun` supports run pytest files
- feat: get raw testcase model from pytest file
**Fixed** **Fixed**
@@ -17,7 +18,7 @@
**Changed** **Changed**
- change: har2case generate pytest file by default - change: `har2case` generate pytest file by default
- docs: update sponsor info - docs: update sponsor info
## 3.0.6 (2020-05-29) ## 3.0.6 (2020-05-29)
+1 -1
View File
@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT! # NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/basic.yml # FROM: examples/httpbin/basic.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
+1 -1
View File
@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT! # NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/hooks.yml # FROM: examples/httpbin/hooks.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
+1 -1
View File
@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT! # NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/load_image.yml # FROM: examples/httpbin/load_image.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
+1 -1
View File
@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT! # NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/upload.yml # FROM: examples/httpbin/upload.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
+1 -1
View File
@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT! # NOTICE: Generated By HttpRunner.
# FROM: examples/httpbin/validate.yml # FROM: examples/httpbin/validate.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase