feat: 'extract' is used to replace 'output' when passing former teststep's (as a testcase) export value to next teststep

This commit is contained in:
debugtalk
2019-06-26 22:16:05 +08:00
parent 28b73e7098
commit 20ff55b1b2
9 changed files with 102 additions and 23 deletions
+6
View File
@@ -1,5 +1,11 @@
# Release History
## 2.2.2 (2019-06-26)
**Features**
- `extract` is used to replace `output` when passing former teststep's (as a testcase) export value to next teststep
## 2.2.1 (2019-06-25)
**Features**