mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 04:19:28 +08:00
fix: github action
This commit is contained in:
4
.github/workflows/integration_test.yml
vendored
4
.github/workflows/integration_test.yml
vendored
@@ -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/
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user