docs: update

This commit is contained in:
debugtalk
2019-12-11 17:14:13 +08:00
parent 477a4e15e5
commit 0e57297b82
21 changed files with 12 additions and 3 deletions
@@ -0,0 +1,9 @@
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)}