mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
feat: add scaffold for plugin
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user