mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 12:27:59 +08:00
9 lines
221 B
YAML
9 lines
221 B
YAML
teststeps:
|
|
- name: extract title
|
|
request:
|
|
method: GET
|
|
url: http://www.baidu.com
|
|
extract:
|
|
- title: <title>(.*)</title>
|
|
teardown_hooks:
|
|
- ${teardown_hook_set_encoding($response, utf-8)} |