HttpRunner 2.0 is comming!

1, new design for testcase format;
2, refactor testcase layer mechanism.
This commit is contained in:
debugtalk
2018-11-22 19:20:30 +08:00
parent 82b527d8b2
commit 4099ade49d
31 changed files with 1500 additions and 1303 deletions

View File

@@ -1,7 +1,6 @@
- config:
name: basic test with httpbin
request:
base_url: https://httpbin.org/
base_url: https://httpbin.org/
- test:
name: index

View File

@@ -1,7 +1,6 @@
- config:
name: basic test with httpbin
request:
base_url: ${get_httpbin_server()}
base_url: ${get_httpbin_server()}
setup_hooks:
- ${hook_print(setup)}
teardown_hooks:

View File

@@ -1,7 +1,6 @@
- config:
name: load images
request:
base_url: ${get_httpbin_server()}
base_url: ${get_httpbin_server()}
- test:
name: get png image

View File

@@ -1,7 +1,6 @@
- config:
name: test upload file with httpbin
request:
base_url: ${get_httpbin_server()}
base_url: ${get_httpbin_server()}
- test:
name: upload file