feat: support setting global testcase timeout and step timeout

This commit is contained in:
debugtalk
2022-06-26 11:21:25 +08:00
parent 54799cdc3a
commit 752e59186f
5 changed files with 101 additions and 10 deletions

View File

@@ -1,9 +1,10 @@
# Release History
## v4.1.5 (2022-06-22)
## v4.1.5 (2022-06-26)
**go version**
- feat: support setting global testcase timeout and step timeout
- change: set http request timeout default to 120s
- fix: insert response cookies into request for redirect requests