change: add StartTransaction/EndTransaction method

This commit is contained in:
debugtalk
2021-12-23 09:32:53 +08:00
parent c7d6426f51
commit 3574135cf7
6 changed files with 110 additions and 1 deletions

View File

@@ -11,6 +11,13 @@
}
},
"teststeps": [
{
"name": "transaction 1 start",
"transaction": {
"name": "tran1",
"type": "start"
}
},
{
"name": "get with params",
"request": {
@@ -64,6 +71,13 @@
}
]
},
{
"name": "transaction 1 end",
"transaction": {
"name": "tran1",
"type": "end"
}
},
{
"name": "post json data",
"request": {