feat: add scaffold for plugin

This commit is contained in:
debugtalk
2022-01-17 21:40:20 +08:00
parent e68ae1f27d
commit 6874a2428c
5 changed files with 72 additions and 7 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ config:
name: demo with complex mechanisms
base_url: https://postman-echo.com
variables:
a: 12.3
a: ${sum(10, 2.3)}
b: 3.45
"n": 5
"n": ${sum_ints(1, 2, 2)}
varFoo1: ${gen_random_string($n)}
varFoo2: ${max($a, $b)}
teststeps: