feat: support setting global testcase timeout and step timeout

This commit is contained in:
debugtalk
2022-06-26 11:30:56 +08:00
parent b8d7fd375c
commit 0a9332abf3
5 changed files with 101 additions and 10 deletions
+2 -1
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