mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-30 10:18:01 +08:00
refactor: replace httpbin service with docker
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# NOTE: Generated By HttpRunner v4.1.4
|
||||
# NOTE: Generated By HttpRunner v4.3.5
|
||||
# FROM: validate.yml
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest
|
||||
|
||||
|
||||
class TestCaseValidate(HttpRunner):
|
||||
|
||||
config = Config("basic test with httpbin").base_url("https://httpbin.org/")
|
||||
config = Config("basic test with httpbin").base_url("${get_httpbin_server()}")
|
||||
|
||||
teststeps = [
|
||||
Step(
|
||||
|
||||
Reference in New Issue
Block a user